Hi,
I'm trying to add a background image that "locks" on to the top and sides of my main site's design elements. It works fine except when I shrink my browser window to smaller than the width of the site. When I do that, the background image "moves" as it looks like it is continually re-centering. I've played around with the CSS attributes quite a bit with no luck, and I'd like to do this without having to divvy the background image into slices and placing it in the #wrapper. Anyone know of a quick fix?
Here is a link to the page: <snip>
and the relevant CSS declarations:
body {
/*background: #e6e6e6;*/
background-image:url('http://www.example.com/wp-content/themes/channel/images/MuftahBackground.jpg');
background-color: #f7f7f7;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
}
#wrapper {
background: #fff;
width: 940px;
margin: 0px auto;
position: relative;
left: 0px;
top: 112px;
}
Thanks!
[edited by: eelixduppy at 10:53 pm (utc) on Feb. 1, 2010]
[edit reason] no URLs, please [/edit]