去除链接虚线框的推荐方法

ie下用hidefocus属性,ff/chorme/opera/safari下用outline:none。即:

<a href=”#” hidefocus=”true” >链接</a>
a:focus {
    outline:none;
}

posted @ 2011-04-24 21:44  seamar  阅读(187)  评论(0编辑  收藏  举报