如何摆脱链接图像周围的框

时间:2010-03-17 23:14:40

标签: html css image anchor

我知道我之前已经解决了这个问题,但我记不起来或找不到解决方案,所以我在这里......

在Firefox 3.5中,此代码会在图像周围产生不合需要的蓝色边框。如何摆脱这个蓝色边框?

<a style="text-decoration: none;" href="index.html">
    <img src="http://www.google.com/logos/stpatricksday10-hp.gif" />
</a>

http://jsbin.com/umuzo3

2 个答案:

答案 0 :(得分:5)

a img { border: none; }

应该做的伎俩(在IE6中有效)。

答案 1 :(得分:0)

尝试将图像边框设置为0 px。