css <a> 标签鼠标选中去除选中边框

来源:互联网 发布:淘宝直通车基础教程 编辑:程序博客网 时间:2024/06/06 15:23

IE:

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


非IE:

a:focus {  
    outline:none;  
}  


原创粉丝点击