On 2 Dec 2005, at 2:10 pm, Christian Montoya wrote:
> This is the page with the problem: http://temp.rdpdesign.com/final/
>
> It's the old quirk where Firefox adds a 1px dotted border to links
> when you click them... I hate that. It's making the links in the
> horizontal UL navigation jump. It's really annoying and I tryed a few
> things that were unsuccessful and have no idea what to do.
a:focus {outline-offset: -1px} will work nicely in FF 1.5+
That jumping is a kind of bug (or not ?, maybe just another
contradiction in the specs) in Firefox.
If you want to delete it completely, think 3 times or more, that focus
ring *is* an accessibility feature. You don't provide any other
feedback to keyboard users.
(
:focus {-moz-outline: none /* fx 1.07*/ outline:none /* fx 1.05,
Safari, Mac IE*/}
)
Oh, and you won't get rid of it when I view your site, I make sure of
that, and some other users I personally know have the same settings.
Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com/>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/