Totally Zenned
- Join Date:
- Mar 2005
- Posts:
- 535
- Plugin Contributions:
- 3
body { and #mainWrapper { background-colour question.
Hi,
Im confuzzzled about background-colors.
I understand the body tag controls the main page colour, ie on this forum its black (as seen around the edges, at the top etc etc).
I understand the mainwrapper controls the main page colour where all the text is displayed?
Im triyng to get a black background with main wrapper of white, a bit like this forum really (ok i know its not white before someone points that out :wacko: ). but it seems if I change either the main wrapper or the body tag it overwrites the other and I still get a black background for both.
Can anyone advise here...
(1.3.0.2 btw)
#mainWrapper {
background-color: #000000;
text-align: left;
width: 100%;
vertical-align: top;
}
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #666666;
background-color:#000000;
}
If I have the above, I get a white page with a white background.