摘要:
1. CSS方式 在IE下是使用html属性:hideFoucs,在HTML标签中加上hidefocus=”true” 属性即可,但这个属性是IE私有的,Firefox是不认的。 <a href="#" hidefocus="true" title="加了hidefocus" >加了hidefocus属性</a> IE中用CSS处理的方式为: a{noOutline:expression(this.onFocus=this.blur());}/* "onFocus" 注意大小写*/ Fire 阅读全文
posted @ 2012-09-21 16:48
dodo-yufan
阅读(285)
评论(0)
推荐(0)

浙公网安备 33010602011771号