Hello all,
I'm having a CSS issue. Here is a sample of the site http://challenged.dwlamb.com/. If viewed in IE, there's no problem. In FF, Chrome and Safari, the background image stops when it hits the content div.
These are the divs
#wrapper{
background: #ffffff url('../images/axis-y_bkgrd.jpg') repeat-y fixed center top;
margin:0 auto;
overflow:visible;
width:710px;
}
#content{
background-image:url('../images/content_bkgrd.jpg');
background-repeat:repeat-x;
float:left;
margin:0 5px;
overflow:visible;
min-height:700px;
}
If you look at the CSS on the sample cited above there is more complete code. The div #content is inside div #wrapper.
I've encountered something similar with background colors previously but can not remember how I resolved it.
Thank you for having a look and any assistance you can offer,
D.