gpt4 book ai didi

html - 从图像 anchor IE 中删除蓝色轮廓/边框

转载 作者:技术小花猫 更新时间:2023-10-29 11:49:56 25 4
gpt4 key购买 nike

开始时,我什至不知道这是什么。我尝试了 text-decoration: noneborder: noneoutline: 0,但似乎没有任何效果?我的 CSS 文件工作正常,不是吗?

这是一张图片: http://i38.tinypic.com/rbgv3k.jpg

<div id="links">
<span id="user"><a id="link" href="register.php"><img src="images/user.png"/></a></span>
<span id="follow"><a id="link" href="https://twitter.com/itsybitsycom"><img src="images/follow.png"/></a></span>
<span id="about"><a id="link" href="about.html"><img src="images/about.png"/></a></span>
<span id="stats"><a id="link" href="profile.php"><img src="images/stats.png"/></a></span>
</div>

CSS

#link {
text-decoration:none;
border:0;
outline:none;
}

最佳答案

尝试将以下内容添加到您的 CSS 中

img{ border:0 }

关于html - 从图像 anchor IE 中删除蓝色轮廓/边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16178078/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com