I have the following in the Site Settings\Stylesheet to create a peach background for my DNN 4.02 application. I'm getting weird results. The peach color is not showing up in the bottom pane of my pages in IE 6 running on Windows 2000 and I'm not getting any peach color on my pages in IE 6, Netscape 8.1, and Firefox (latest vers.) running on Windows XP SP2. For a while, Firefox was showing the peach color but now even it is not showing the peach color. The peach color is showing up in the bottom pane on Windows 2000 when I'm logged into DNN but when I log out and look at the pages, the color of the bottom pane is white. Does anybody know what is going on? Why am I having trouble with setting the colors? Ideally, I would like to set the background color for all pages in one place like the stylesheet editor. Do I have to set the background color of each pane instead of the whole page? Any suggestions would be appreciated. To see the problem I am having, go to www.aoballoons.com and click on Ordering or History in the menu.
/* PAGE BACKGROUND */
/* background color for the header at the top of the page */
.HeadBg {background-color=#FFCC99;
}
/* background color for the content part of the pages */
Body
{background-color=#FFCC99;
}
/* background/border colors for the selected tab */
.TabBg {background-color=#FFCC99;
}
.toppane {background-color=#FFCC99;
}
.leftpane {background-color=#FFCC99;
}
.contentpane {background-color=#FFCC99;
}
.rightpane {background-color=#FFCC99;
}
.bottompane {background-color=#FFCC99;
}