[thelist] Image border

Mark Groen mark at markgroen.com
Fri May 3 13:35:01 CDT 2002


On 3 May 2002 at 10:54, Rachael Ross wrote:

> I've set the border properties of the images and span to 0 (none), the
> text-decoration properties to none on both the <a> and <span> tags.
> When I click on this span object (ultimately the text or images), I
> get the dotted outline of the images and hyperlink text appearing.
> </snip> My question:
>
> How do I manipulate this so that the user does not see this dotted
> outline?
>
Like this:
a img {outline: none;}
You won't find much browser support for this though as the image outline is
there for a reason: interactive media types (for devices that allow user
interaction and braille readers, etc.), use these outlines to show an element
on the page has focus.



More information about the thelist mailing list