CSS
WEB用語(N)

hidefocus=true - フォーカスを隠す

トップ > HTMLリファレンス > hidefocus=true
属性
<タグ名 hidefocus=true> - フォーカスを隠す
説明

IE5.5 で新しくサポートされた属性です。通常は、ボタンやリンクにフォーカスがあたると点線で囲まれますが、hidefocus=true を指定すると点線が表示されません。

使用例
HTMLソース
<button>OK</button><br>
<button hidefocus=true>OK</button><br>
<a href="xxx.htm">XXX</a><br>
<a href="xxx.htm" hidefocus=true>XXX</a><br>

Tabキーでフォーカスを移動させてみてください。

ブラウザ表示例


XXX
XXX

Copyright (C) WEB 2000-2002
初版:2002年10月19日
http://tohoho.wakusei.ne.jp/html/attr/hidefocus.htm