how to remove dotted border around the link in IE7

前端 未结 13 1909
傲寒
傲寒 2020-12-25 13:12

There is border around button and link when click.

\"enter

13条回答
  •  悲&欢浪女
    2020-12-25 13:59

    It's ugly, but so are most IE fixes.

    a:focus, *:focus {
        noFocusLine: expression(this.onFocus=this.blur());
    }
    

提交回复
热议问题