Support Forums
Anchor tag outline in IE. Fix not working? - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Website Development (https://www.supportforums.net/forumdisplay.php?fid=43)
+---- Thread: Anchor tag outline in IE. Fix not working? (/showthread.php?tid=23402)



Anchor tag outline in IE. Fix not working? - Revenger - 11-23-2011

I'm currently in the process of recreating a website and I figured a new theme would be suitable. Anyway, I'm trying to remove the border on my anchor tags but in IE it doesn't seem to be working at all.

Here's what I've been using:

Code:
a:active, a:focus
{
    border: none;
    outline: none;
}

Any suggestions?


RE: Anchor tag outline in IE. Fix not working? - Revenger - 11-23-2011

Nevermind, fixed. I wasn't aware that having comments above the doctype would mess up part of the page.


RE: Anchor tag outline in IE. Fix not working? - milopeach - 11-23-2011

I never knew that, Thanks for the doctype/comment bug.

Also, Try using Firefox as IE is unreliable - Atleast in my opinion it is. And if you have a preview, I'd love to see it!