/*清除a链接过后的虚线*/
a:active, a:focus {-moz-outline:none;outline:none;ie-dummy:expression(this.hideFocus=true);}
去掉 a 链接过后的虚线框
最新推荐文章于 2023-12-19 20:22:41 发布
/*清除a链接过后的虚线*/
a:active, a:focus {-moz-outline:none;outline:none;ie-dummy:expression(this.hideFocus=true);}