• wsokc

    (@qzplx)


    Hi,

    Im having difficulties to remove color style in my sidebar, its seems inherited with something I Dont know, so i have to use dirty hack in my sidebar to like this:

    .Affiliate a:link,
    .Affiliate a:visited,
    .Affiliate a:hover,
    .Affiliate a:active {
    color: #719EF1;
    border: 2px #719EF1 solid;
    }

    but in IE, I still see the blue box, its annoying…

    Is there anybody can help ?
    appreciate to check at this site
    http://dev.myraffaell.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • stigmat

    (@stigmat)

    use global style for all links

    a { border:0px; outline:none; }

    or images

    img { border:0px; }

    Thread Starter wsokc

    (@qzplx)

    Works like a charm!
    Thanks my friend…

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Removing color’ is closed to new replies.