Background Nightmare IE!!
-
Ok, Please so I have a decent looking site at https://www.aaapreferredstorage.com that looks fine in Firefox, but there are two little blips in IE. Using CSS viewer, I know one of them is simply the <body> not being recognized as black. I’ve tried all I know how to do, but no success.
Any help on this would be appreciated.
Here is what I’ve got:
body {
background-color: #000000;
font-size: 60.5%;
font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
margin: 0 auto;
padding: 0;
text-align: center;
}I’ve also got <body bgcolor=”#000000″ onLoad=”show_clock()”> in my header.php file. Fine in Firefox, Safari, etc, but not looking right in IE. Any suggestions?
- The topic ‘Background Nightmare IE!!’ is closed to new replies.