From: Bryan Harris <[EMAIL PROTECTED]>
Subject: Re: remove link outlines?
Date: Wed, May 30, 2001, 1:34 AM
>> onFocus="this.blur()"
>
>
> That did it, thanks!
Actually, this seems like a really bad idea, as it disables an accessibility
feature - that of being able to "tab" to links and press "enter" to activate
them.
Rather than screwing with the focus - how about simply:
a:focus { outline:none }
in a style sheet on your page?
See CSS2 for details on ":focus" and the "outline" property.
This solution does exactly what Brian originally asked for:
>>> tell IE NOT to draw the link outlines
Tantek
To unsubscribe send mail to [EMAIL PROTECTED]
To search the archives:
<http://www.mail-archive.com/macie-talk%40lists.boingo.com/>