
Originally Posted by
clydejones
open your stylesheet.css
find the following declarations add a background:transparent; as indicated by the highlight.
#navColumnOne, #navColumnTwo {
vertical-align: top;
padding: 0 0 5px 0;
font-size: 1em;
background:transparent;
}
#navColumnOneWrapper, #navColumnTwoWrapper {
margin: 0 0.5em;
background:transparent;
}
OK, that wasn't in the copy of the default stylesheet.css - I finally located it in the classic version.
I copied your text, saved it, and reloaded the page.
It didn't change anything.
EDIT:
I just tried something that did work - I commented out the color in the secment
Code:
#navColumnOne {
/*background-color: #FFCC99;*/
}
I now get a white background, but at least it's changed!
Now, where is the best place to place an image in the entire background?
I have it in
Code:
body {
margin: 0;
/*font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;*/
font-size: 86%;
font-family: trebuchet ms, tahoma, verdana, arial, sans-serif;
color: #000000;
/*background-color: #e5edf5;*/
background: #fff url('..images/harbor_sceneSketch.gif');
}
but it's not showing up - is it overwritten somewhere else?