Hi there,
I added the following code to style2.css to add a dark blue background behind my slide show:
.wrapper{
background: #fff url(../images/dkblue.jpg) repeat-x left top;
}
dkblue.jpg is a 386x380 image with white on the top and dark blue on the bottom.
I had to include the following code in stye2.css so that the same image would repeat on my subpages:
#subpage .wrapper{
background: #fff !important;
}
However, on my main page, a dark blue band is appearing under my footer. I think it may be because footerwrap is inheriting the definition for wrapper, but I can't figure out how to change it so the footer background is simply white. Or maybe I'm completely wrong. What should I do?
The link to my site is http://www.brcwebsolutions.com/youngteam/
thanks!
Lori














