摘要:
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" 注意大小写*/Firefox的处 阅读全文
浙公网安备 33010602011771号