Sol
04 Nov 2009, 04: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.
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.