【技术】去掉a标签超链接的虚线框

outline:none;
-moz-outline:none;

 

IE:

<a href="#" hidefocus="true">链接</a>

JS 脚本对应的属性名是:hideFocus。对应的 JS 代码应该是: 
xxx.hideFocus = 'true'; 

posted @ 2015-01-28 18:33  ybingbing_1213  Views(104)  Comments(0)    收藏  举报