删除图像上的虚线边框(例如,在Firefox中)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了删除图像上的虚线边框(例如,在Firefox中)相关的知识,希望对你有一定的参考价值。

Remove that pesky dotted border around img elements, especially images / link tags.
  1. //remove dotter border on lone imgs
  2. img {border:none;}
  3.  
  4. //remove dotted borders on img links
  5. a:active, a:focus {outline: 0;}

以上是关于删除图像上的虚线边框(例如,在Firefox中)的主要内容,如果未能解决你的问题,请参考以下文章

删除图像上的虚线边框(例如,在Firefox中)

删除Firefox上的链接虚线边框

无法从 Firefox 选择下拉菜单中删除轮廓/虚线边框 [重复]

删除Firefox中的虚线焦点边框

CSS 在Windows上使用Firefox 3并且wmode透明或不透明时,删除SWF周围的虚线边框

如何在 Firefox 中删除 SELECT/OPTION 下拉控件上的虚线?