伪类清单
| 相关内容:
SEE ALSO
------------------------------------------
:link
:hover
:active
:visited
:focus
版本:CSS2 兼容性:
NONE
语法:
Selector
: focus
{
sRules
}
说明:
设置对象在成为输入焦点(该对象的
onfocus
事件发生)时的
样式表属性
。
目前IE5.5尚不支持此属性。
示例:
a:focus { font-size: 14pt; text-decoration: underline; color: blue; }
a:focus img { border: thin solid green }
NetPc