how to remove dotted border around the link in IE7

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

There is border around button and link when click.

\"enter

13条回答
  •  暖寄归人
    2020-12-25 13:51

    Try

    a {
         outline: none;
    }
    

    Always try to use css reset.This will help you to solve the problem like this.I use eric mayer css reset tool.

提交回复
热议问题