Forum Moderators: not2easy
#hdr {
height:120px;
background:#ffffff;
background-image: url(images/banner1.jpg)!important;
background-attachment: scroll!important;
color: black;
}
[edit reason]no site specifics thanks[/edit]
[edited by: SuzyUK at 4:24 pm (utc) on July 11, 2006]
#hdr {
height:120px;
background:#ffffff;
background-image: url(URL/images/banner1.jpg)!important;
background-attachment: fixed!important;
color: black;
}
Which means you've got that background set as fixed. Which means it won't scroll.
Take that line out and you're fine.