I know this should be straight forward... but I cannot figure it out.
I have background #CDFE72 main area white and trying to get sideboxes #FFFF99. Bellow gives sideboxes light blue.
How do I change the colour of sideboxes???
Code:
body {
background:#CDFE72; /* main site background color, blue default */
#contentMainWrapper {
background:url("../images/sidebox.gif") 100% 0 repeat-y; /* This is the right column background "faked" with an image. -- WOULD LIKE #FFFF99 */
background-color:#FFF; /*background color for the main "content" of the site ; */
}
#contentMainWrapperb {
background: url("../images/sidebox.gif") 0 0 repeat-y; /* This is the left column background "faked" with an image. -- WOULD LIKE #FFFF99*/
}
Bookmarks