gpt4 book ai didi

html - 如何停止链接图片下的边框?

转载 作者:行者123 更新时间:2023-11-28 18:34:23 27 4
gpt4 key购买 nike

我的大部分 html 文本链接定义为:

a:hover {text-decoration:none; border-bottom:2px dotted #DB8D41}

但我在 http://communitychessclub.com/rabren/ 也有图片这是链接。我不想在这些图片下方显示“border-bottom:2px dotted #DB8D41”。

很明显下面这个是行不通的:

a:hover img {border:none}
img, img:active { border: none }

谁有解决办法?

最佳答案

这似乎有效:http://jsfiddle.net/44Pwr/

html

<div><a href=#"><img src="http://static.jquery.com/files/rocker/images/logo_jquery_215x53.gif"></a><p>This is <a href="#">another link</a></p></div>

CSS

body { padding: 10px; background: #003; color: #999; }

a:link, a:visited { border-bottom: 1px solid #009; text-decoration: none; color: #CCC; }

a:hover, a:active { border-bottom: 1px solid #CCC; text-decoration: none; color: #CCC; }

a > img { display: block; border-bottom: 0; }

关于html - 如何停止链接图片下的边框?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13230961/

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