Re: Focus Borders Around Hyperlinked Images

From: "Frag Limited" <frag@frag.gg>
Date: Thu, Nov 9, 2000, 9:25 AM

> I have some images that are hyperlinked. When these
> images are clicked on, a dotted line or focus border
> appears around it. Is there a way to disable this
> inherent feature or cheat around it?

Put one of these in your <HEAD>

<STYLE type="text/css">
IMG:focus { outline:none; }
</STYLE>


Tantek


References:

:focus
  http://www.w3.org/TR/REC-CSS2/selector.html#dynamic-pseudo-classes

outline
  http://www.w3.org/TR/REC-CSS2/ui.html#dynamic-outlines

----------------------------------------------------------------------------
Want standards? Have you validated your HTML today?  http://validator.w3.org

Received on Friday, 10 November 2000 00:07:37 UTC