View Single Post
Nutrox's Avatar Nutrox Nutrox is online now 1 Blog Entries 13 Creative Assets 2008-03-25 #2 Old  
Set the HTML height to 100% and add the background image to that.

Code:
html
{
    height:100%;
    background:#FFFFFF url( myimage.jpg ) no-repeat fixed center center;
}
That has always worked for me.
Reply With Quote