如何去掉链接图像周围的框
我知道我以前解决过这个问题,但我不记得或找不到解决方案,所以我在这里......
在 Firefox 3.5 中,此代码会导致图像周围出现不受欢迎的蓝色边框。如何去掉这个蓝色边框?
<a style="text-decoration: none;" href="index.html">
<img src="http://www.google.com/logos/stpatricksday10-hp.gif" />
</a>
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>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
应该可以解决问题(在 IE6 中有效)。
Should do the trick (works in IE6).
尝试将图像边框设置为 0 像素。
Try setting image border to 0 px.