如何摆脱IE中链接/ JavaScript元素的边界?

时间:2012-02-15 21:57:03

标签: css internet-explorer hyperlink border

这是有问题的网站:

http://www.orlycuisine.com

它在Chrome,Firefox和Safari中完全符合我的要求,但在任何版本的Internet Explorer中,我所有链接元素周围都会出现奇怪的边框。在我老板的电脑上,它引发了各种各样的疯狂问题。我已经尝试通过其他CSS规则修复它,但我担心这可能会导致更多问题......

帮助!为什么我不能像其兄弟一样让IE合作?

示例:

<a href="#" class="cuistot" onmouseover="MM_showHideLayers('hide_cuistot','','show')" onmouseout="MM_showHideLayers('hide_cuistot','','hide')">
   <img src="images/bar_blank.png">
</a>

1 个答案:

答案 0 :(得分:2)

尝试将以下代码添加到CSS中,尝试将所有图像的边框设置为0.

img { border: 0; }