gpt4 book ai didi

css - 这可以在 CSS 中工作吗?

转载 作者:行者123 更新时间:2023-11-28 09:30:17 24 4
gpt4 key购买 nike

我想在链接上使用悬停样式,但在该链接的子级跨度上。我以前从未做过,但我试过这个

.properties #content table th a {
color: #fff;
text-decoration: none;
}

.properties #content table th a:hover {
text-decoration: underline;
}

.properties #content table th a:hover span.sort-direction {
text-decoration: none;
}

悬停下划线效果很好,但它仍然强调跨度。我想这是因为 anchor 元素的下划线会拉伸(stretch)以适应跨度,我想。

有什么解决方法?我也希望 span 成为一个链接。也许是 position: relative 在 anchor 上和 position: absolute 在 span 上的组合?

最佳答案

我把 anchor 节点放在自己的span中,然后在上面设置text-decoration: underline

.properties #content table th a:hover span.header {
text-decoration: underline;
}

关于css - 这可以在 CSS 中工作吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2293239/

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