By markconroy on
I'm using the acquia theme on this site and have added a header image using this code in style.css:
body {
background: #F4F7E7 url('images/header.png') no-repeat fixed center top;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; /* web safe fonts */
font-size: 75%; /* 12px */
font-weight: normal;
line-height: 160%; /* 19.2px */
}
My problem is that the header is in the background and when I scroll down the page the header remains, rather than scrolling with the page. What do I need to edit.
I presume I might need to takeout what is above and change something in template.php or something similar.
I'm doing this as a favour for a friend, so any help would be really appreciated.
Mark.
Comments
Remove the word "fixed" from
Remove the word "fixed" from the background style rule.
_
Please don't post duplicate threads. I've deleted the dupe, thanks.
Fantastic thanks so much
Wow, that was easy. Thanks so much. sorry for the duplicate post, I thought it was in the wrong category here.
Thanks again.
Mark.
============
Drupal Core Maintainer for "Out of the Box" Initiative.