删除图像上的虚线边框(例如,在Firefox中)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了删除图像上的虚线边框(例如,在Firefox中)相关的知识,希望对你有一定的参考价值。
Remove that pesky dotted border around img elements, especially images / link tags.
//remove dotter border on lone imgs img {border:none;} //remove dotted borders on img links a:active, a:focus {outline: 0;}
以上是关于删除图像上的虚线边框(例如,在Firefox中)的主要内容,如果未能解决你的问题,请参考以下文章
无法从 Firefox 选择下拉菜单中删除轮廓/虚线边框 [重复]