如何去掉链接图像周围的框

发布于 2024-08-25 08:58:26 字数 373 浏览 3 评论 0原文

我知道我以前解决过这个问题,但我不记得或找不到解决方案,所以我在这里......

在 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

I know I've solved this problem before, but I can't remember or find the solution, so here I am...

In Firefox 3.5 this code causes an undesirable blue border around the image. How do I get rid of this blue border?

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

http://jsbin.com/umuzo3

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

再可℃爱ぅ一点好了 2024-09-01 08:58:27
a img { border: none; }

应该可以解决问题(在 IE6 中有效)。

a img { border: none; }

Should do the trick (works in IE6).

兮颜 2024-09-01 08:58:27

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

Try setting image border to 0 px.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文