Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Anchor tag outline in IE. Fix not working?
#1
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?
Reply
#2
Nevermind, fixed. I wasn't aware that having comments above the doctype would mess up part of the page.
Reply
#3
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!
"If you cannot explain something simply, then you do not understand it at all." - Albert Einstein
"The best way to predict the future is to invent it." - Alan Kay
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)