Thu, 2010-03-04 23:36
How do I get rid of the red box that appears around a link tag when you hold your mouse down?

I've already tried adding the below CSS rule to my stylesheet, but that didn't work.
img
{ border-style: none;
}
Thu, 2010-03-04 23:50
#1
a:active {outline:none}
a:active {outline:none}
Fri, 2010-03-05 03:44
#2
champion
Eric your a champion... cheers
Fri, 2010-03-05 03:58
#3
Eric the a:active
Eric the a:active {outline:none} works just fine however as I release the mouse, I still get a purple outline. It only appears as I release the mouse if that makes sense?
