Totally Zenned
- Join Date:
- Jan 2005
- Location:
- USA, St. Louis
- Posts:
- 3,651
- Plugin Contributions:
- 5
Apple Zen Support Thread
MeltDown:
That did bring back my background image. However, originally my striped background image began part way down the page, as yours did. Now the background image is riding from the top on down. Previously I had a headerwrapper background color that is now under the background image. The code that generated that color seems to have been over-ridden.
#headerWrapper {
width:100%;
text-align:center;
margin:0 auto;
background:#FFDFFF;
}
>
> Any suggestions on how to bring that backround color back?
>
> Sorry to be such a pain. I'm a bit out of my league here. If I can just get the main construction of the page under control I can move forward.
>
> Thanks again - Tim
Hi Tim,
Okeedokee,
I see that it seems that you wanted your stripey background image to go all the way down the page, so you changed the repeat-x to repeat. (background:#FFDFFF url(../images/site-bg-blue.gif) 0 9em repeat;)
That is what is causing the background image to go all the way to the top. But the good news is, there is a solution. :yes:
If you want to keep your stripey background image going all the way down the page, but want a color behind your logo, you'll need to add the #ffDfff to #logoWrapperOuter instead.
You'll find that you also need to change the padding on #navMainWrapper from 2.25em to about 2.7em or else the blue of that section won't meet up with the logo.
Concerning your logo, you've got some messed up css there... change your logo section to this:
#logo {
width:750px;
margin:0 auto;
text-align:center;
}