> I've discovered that both IE6 and FF seem to put a default border
(dotted)
> around any hypertext link while it is being clicked.  I've tried
various
> steps to suppress this -- eg, adding the styles   "a {border: none;},
a
> {border-style: none;}  a:hover {border: none;}", etc -- but nothing
seems
> to work.


I believe it's "outline"

So

Selector {
Ouline:0;
}

Or possibly

Ouline:none;

 - Jon
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to