我有以下问题 - 我使用的网站上的图像映射。 在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/ 。 影像地图是根据标识,其中的链接说: “家,Kosmetyki,Lekarstwa,Żywność我suplementy,O- Naturalnie.net”。
编辑:
我找到了解决办法。 下面的代码工作:
a, img {outline:none;}
map > area,
map > area:active,
map > area:focus {outline: none; border:0; }