我有以下问题 – 我在网站上使用图像映射.在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/.图像地图在徽标下,链接说:“Home,Kosmetyki,Lekarstwa,Żywnośćisuplementy,O Naturalnie.net”.
编辑:
a,img {outline:none;} map > area,map > area:active,map > area:focus {outline: none; border:0; }
解决方法
为什么不呢
a,img { border: none; }