Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从单击提交按钮或超链接后出现的提交按钮和超链接中删除虚线边框。我已经尝试了谷歌和 stackoverflow 上描述的所有内容,但没有任何工作。
试过:如何在IE7中删除链接周围的虚线边框
这该死的必须被移除-
要从所有元素中删除它,请在样式表中使用它
* { outline: none; }
请注意,它不是用户友好的。有些人喜欢使用 tab 按钮从一个链接转到另一个链接,使用上面的代码,您无法看到选择了哪个链接。