PDA

View Full Version : Background-color in IE6 Issue (not displaying)



Sol
04 Nov 2009, 03:48 AM
Hi i've done a search through your forums and couldn't find a previous thread on this or much help on the rest of the web, but anyway here's the issue...

I have a div with the background-color set to a shade of blue, it works perfectly in IE7 IE8 and firefox. Unfortunately in IE6 it doesn't change the color.

Here's the code:

div.basketPanel .basketFooter
{
padding: 0px 0px 0px 0px;
color: #0077C0;
text-align: center;
}

div.basketFooter .BasketFooterNav
{
background-color: #0077C0; <---this is that shade of blue
margin: 5px 30px 5px 30px;
padding: 0px 0px 0px 0px;
text-align: justify;
text-decoration: none;
color: #0077C0;
}

div.basketFooter .BasketFooterNav a
{
text-decoration: none;
color: white;
}


Any ideas guys?

cheers,

Sol.

Sol
04 Nov 2009, 06:21 AM
Sorry if you spent your time thinking this trough, i've fixed it now.

Sol.