gpt4 book ai didi

html - 从链接的图像中删除下划线

转载 作者:太空宇宙 更新时间:2023-11-03 22:31:32 24 4
gpt4 key购买 nike

我正在我的网站 (Wordpress) 上添加自定义社交媒体图标链接,并且有一条顽固的线条贯穿它们,就像超链接一样。当鼠标悬停在图像上时该线消失,只需链接页面上的其他超链接即可。

picture of problem

这是用于创建它们的代码:

.custom-social img {
text-decoration: none;
margin-right: 20px;
}
<div class="custom-social">
<a href="http://twitter.com/mrsideproject">
<img title="Twitter" alt="Twitter" src="http://coinpages.co/wp-content/uploads/2018/01/twitter-badge.png" width="35" height="35" />
</a>
<a href="http://medium.com/@mrsideproject">
<img title="Medium" alt="Medium" src="http://coinpages.co/wp-content/uploads/2018/01/medium-logo.png" width="35" height="35" />
</a>
<a href="http://instagram.com/mrsideproject">
<img title="Instagram" alt="Instagram" src="http://coinpages.co/wp-content/uploads/2018/01/Instagram-badge.png" width="29" height="30" />
</a>
</div>

最佳答案

text-decorationa 上,而不是在 img 上。

关于html - 从链接的图像中删除下划线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48328714/

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