{
color:#999;
}
.white:hover,.white:focus,.white:active,.white:link,.white:visited
{
color:#000;
font-weight:bold;
}
演示页面:http://demo.jb51.net/js/2015/css_active/demo3.htm
IE浏览器不支持A元素以外的其它元素的:active伪类
IE6、IE7(Q)、IE8(Q)浏览器不支持A元素以外的其它元素的:active伪类,可通过示例一测试
浏览器兼容性
| 选择符 | IE6 | IE7 | IE8 | IE9 | FF | CH | OP | SA |
|---|---|---|---|---|---|---|---|---|
| E:active | part | part | part | yes | yes | yes | yes | yes |










