On Feb 13, 2008, at 1:35 AM, Susan Grossman wrote:

> Unfortunately when dealing with FireFox you get the outline around the
> entire element, and  I think it's the use of negatives that causes  
> this to
> expand past the actual size you want..

correct. I actually does what the specs says; although that can result  
in unexpected results, from a design point of view.

> I'm not a proponent of removing the outline because it's there for
> accessibility reasons.

I fully agree, up to a point.
If you are **careful**, and make sure to provide feedback for keyboard  
users when the link has focus, then removing the outline is  
(eventually) acceptable.

e.g. a:focus { /* some properties */}
as usual: don't rely on colour/background-colour alone, etc.

caveat: iExploder 6 & 7 does not support the :focus pseudo-class, but  
uses the :active pseudo-class.
a:focus, a:active {/* some properties */}

Philippe
---
Philippe Wittenbergh
http://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/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to