/*清除a链接过后的虚线*/
a:active, a:focus {-moz-outline:none;outline:none;ie-dummy:expression(this.hideFocus=true);}
去掉 a 链接过后的虚线框
最新推荐文章于 2022-07-18 21:03:55 发布
/*清除a链接过后的虚线*/
a:active, a:focus {-moz-outline:none;outline:none;ie-dummy:expression(this.hideFocus=true);}