for some reason when I try to set background-attachment to "scroll" in IE7 it seems to not work. The code is like so:
code:
#content {
height: 500px;
width: 706px;
overflow: auto;
background: url('images/contbg.gif') top left repeat-x scroll;
border: #000000 1px solid;
margin-left: 47px;
}
I've also tried defining all the background properties seperately (background-image, background-position, etc.) with no luck. It only seems to happen in IE7, I dont have any problem with it in Firefox.
Does anyone else know of any problems with background attachment in IE7? I haven't been able to find much on google
anyone know how to fix?