Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorqzplx
    • CommentTimeMar 28th 2008
     permalink
    Hi,

    I having problem about my css style its override the color at my sidebar item,
    im using this:

    a:link {
    color: #F4FFDD;
    text-decoration: none;
    }
    a:visited {
    color: #2f63b3;
    text-decoration: none;
    }
    a:hover {
    color: #C6F171;
    text-decoration: none;
    }
    a:active {
    color: #2f63b3;
    text-decoration: none;
    }

    now this style has been override my css styles at my sidebar because I'm use image as links at the sidebar.
    you can view the site here:
    http://dev.myraffaell.com/

    How to get rid of it ??

    Just wondering I create this style to the link style like this:
    .Affiliate a:link,
    .Affiliate a:visited,
    .Affiliate a:hover,
    .Affiliate a:active {
    color: #719EF1;
    }

    But its seems IE not friendly enough about it...

    Is there any solution to get rid the color: things ??

    Thanks..
Add your comments
    Username Password
  • Format comments as (Help)