Re: [css-d] CSS to eliminate dotted borders on hyperlink clicks

2007-10-08 Thread Walt F. Schaefer
 
I remember reading somewhere about CSS you can add, so that links won't get
the dotted border around them when you click on the links , but I cannot
remember what it is. Can anyone refresh my memory? This may be just a
Firefox thing.

--
::Bruce::


That dotted outline is there for accessibility. If the visitor navigates the
page using the keyboard the dotted outline tells them the link (image) is
active (selected). Removing the outline, IMO, is a bad idea. Form really
should follow function, again IMO.

Walt
__
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/


__ NOD32 2486 (20070827) Information __

This message was checked by NOD32 antivirus system.
http://www.eset.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/


Re: [css-d] CSS to eliminate dotted borders on hyperlink clicks

2007-10-08 Thread Hakan K
a
{
  outline: none;
}

http://sonspring.com/journal/removing-dotted-links


I hope it helps


Thanks
Hakan
http://primoris.com

On 10/6/07, Bruce Gilbert <[EMAIL PROTECTED]> wrote:
>
> I remember reading somewhere about CSS you can add, so that links
> won't get the dotted border around them when you click on the links ,
> but I cannot remember what it is. Can anyone refresh my memory? This
> may be just a Firefox thing.
>
> --
> ::Bruce::
> __
> 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/
>
__
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/


Re: [css-d] CSS to eliminate dotted borders on hyperlink clicks

2007-10-08 Thread fantasai
Bruce Gilbert wrote:
> I remember reading somewhere about CSS you can add, so that links
> won't get the dotted border around them when you click on the links ,
> but I cannot remember what it is. Can anyone refresh my memory? This
> may be just a Firefox thing.

The dotted outline is there to show which link has keyboard focus.
If you take it off, you might need to replace it with some other
visual cue using the :focus selector. Try tabbing through your page
to make sure you can navigate it with the keyboard.

~fantasai
__
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/


Re: [css-d] CSS to eliminate dotted borders on hyperlink clicks

2007-10-06 Thread Rafael
I guess you're talking about "outline".

Bruce Gilbert wrote:
> I remember reading somewhere about CSS you can add, so that links
> won't get the dotted border around them when you click on the links ,
> but I cannot remember what it is. Can anyone refresh my memory? This
> may be just a Firefox thing.
>   
__
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/


[css-d] CSS to eliminate dotted borders on hyperlink clicks

2007-10-06 Thread Bruce Gilbert
I remember reading somewhere about CSS you can add, so that links
won't get the dotted border around them when you click on the links ,
but I cannot remember what it is. Can anyone refresh my memory? This
may be just a Firefox thing.

-- 
::Bruce::
__
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/