去掉 a 链接过后的虚线框
/*清除a链接过后的虚线*/
a:active, a:focus {-moz-outline:none;outline:none;ie-dummy:expression(this.hideFocus=true);}
发布时间: 2012-11-08 08:48:12 作者: rapoo
去掉 a 链接过后的虚线框
/*清除a链接过后的虚线*/
a:active, a:focus {-moz-outline:none;outline:none;ie-dummy:expression(this.hideFocus=true);}