gpt4 book ai didi

css - Internet Explorer 9 中图像映射周围的蓝色边框

转载 作者:技术小花猫 更新时间:2023-10-29 11:02:34 27 4
gpt4 key购买 nike

我遇到了以下问题 - 我在网站上使用图像 map 。在 Internet Explorer 9(IE8 可以)中,当我点击链接(区域标签)时,它周围出现了一个蓝色边框。如何摆脱它?我试过:

map, map area {
border:none !important;
}
img, a img, a:link img, a:visited img {
border:none !important;
}

但这并没有帮助。有人有这个问题吗?请看本站-http://www.naturalnie.test.dih.pl/ .图片 map 位于 Logo 下方,其中链接显示:“Home, Kosmetyki, Lekarstwa, Żywność i suplementy, O Naturalnie.net”。

编辑:

我找到了解决方案。以下代码有效:

a, img {outline:none;}
map > area,
map > area:active,
map > area:focus {outline: none; border:0; }

最佳答案

为什么不只是

a,img { border: none; }

关于css - Internet Explorer 9 中图像映射周围的蓝色边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10193613/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com