resizeable background image

This item was filled under [ development ]

Yet another theme update with “resizeable bg-image support”. You need-to-hack for it because CSS does not support it natively.

I’ve used the stuff from http://www.cssplay.co.uk/layouts/background.html and http://css-tricks.com/how-to-resizeable-background-image/

Just put this to your CSS;
#background{position:absolute; z-index:1; width:100%; height:100%; z-index:-1;}

and put the image after your <body>
<body>
<div>
<img id=”background” src=”http://www.huseyinuslu.net/background/diablo3.jpg” alt=”" title=”" />
</div>

Tagged with: [ , ]
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Comment