- From: Tantek Celik <tantek@cs.stanford.edu>
- Date: Thu, 09 Nov 2000 21:08:24 -0800
- To: Frag Limited <frag@frag.gg>, www-html@w3.org
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