CSS 去掉a链接的虚线边框

<style type="text/css">
a{
    blr:expression(this.onFocus=this.blur());   /*    IE Opera    */
    outline:none;   /*    FF Opera    */
}
a:focus{ 
    -moz-outline-style: none;   /*    FF    */
}</style>

posted @ 2013-09-09 10:18  chmod755  阅读(233)  评论(0编辑  收藏  举报