: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 }
苏沈小雨制作·保留所有权利
©2001 rain1977.comer . All rights reserved . Terms of Use .