View Single Post
  #5  
Old 09-04-2009, 09:05 AM
 
ChristineP ChristineP is offline
 

eXpert
  
Join Date: Jul 2008
Posts: 310
 

Default Re: Black background in Internet Explorer?

I do not see a black background in IE6, IE7, Safari or FF. In your styles skin1.cs change
html,body {
background-color: #ffffff;
}

to
html,body {
background-color: #000000;
}

If you have trouble with a style for IE6, then add a IE hack at the bottom of your .css.

* html body {
background-color: #000000;
}
__________________
______________
version 4.1.9 Gold
Reply With Quote