Maybe I am missing something but I have checked and double checked and even triple checked my code and I can't figure out why background-attachment:fixed; isn't working!
The css code is:
#background {
height:100%;
min-height:100%;
width:100%;
margin:0px;
padding:0px;
border:0px;
background-image:url(../images/bg.png);
background-repeat:repeat-x;
background-attachment:fixed;
background-position:top;
}
For whatever strange reason the bg.png still wants to scroll with the window....HELP ME PLEASSSEE