Can you please tell me how to make the background image adjust to the size of the monitor? Here's what I got:
body {
background: url(../images/bg.jpg) #eee fixed no-repeat center;
-webkit-background-size: cover;
   -moz-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
font: 12px Tahoma, sans-serif;
}
Even though I get the vertical scroll bar on one monitor and no scroll bar on the other.
Thanks!
                        
fixed and centered background
Works in: