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;Moderator: General Moderators
Code: Select all
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index:-1;