Results 1 to 2 of 2

Thread: Background-color in IE6 Issue (not displaying)

  1. #1
    Join Date
    Oct 2009
    Location
    UK
    Posts
    36

    Background-color in IE6 Issue (not displaying)

    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.

  2. #2
    Join Date
    Oct 2009
    Location
    UK
    Posts
    36

    Fixed!

    Sorry if you spent your time thinking this trough, i've fixed it now.

    Sol.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •