11-23-2011, 10:37 AM
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:
Any suggestions?
Here's what I've been using:
Code:
a:active, a:focus
{
border: none;
outline: none;
}
Any suggestions?