CSS Background Image Stretching
Posted: Sun Oct 02, 2011 10:18 pm
Here is what I need help with.
On my website, I have a beasting background image, but I want my image to fill the whole page. Problem solved (not really);
Here is my CSS:
I have my image stretch the way I want, now I want my image to stay, and not resize when the browser is resized. Any help here would be great.
On my website, I have a beasting background image, but I want my image to fill the whole page. Problem solved (not really);
Here is my CSS:
Code: Select all
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index:-1;