a {
    cursor: pointer;
    text-decoration: none;
    hide-focus: expression(this.hideFocus=true);
    outline: none;
}

    a:link, a:visited, a:hover, a:active {
        text-decoration: none;
    }

    a:focus {
        outline: 0;
    }

注意:有时候看不出效果检查一下CSS的引用顺序,确定CSS是不是生效了。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
  • 2021-12-25
  • 2022-12-23
猜你喜欢
  • 2022-01-16
  • 2021-06-23
  • 2021-08-28
  • 2021-08-28
  • 2022-12-23
相关资源
相似解决方案