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>

Tags: ,



Leave a Comment