I have a background image that I want to scroll along with the page, and it works fine in IE 8 and firefox but in IE7 and lower the background image does not scroll.
css:
body {
margin: 0 auto;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #766341;
background: url(images/bg.jpg)
background-attachment: scroll;
}