gpt4 book ai didi

css - 如何更改 :link and a:hover for a div alone?

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

在我的页面正文中,我已经有一个 a:linka:hover

但现在我有另一个 div 标签,我想要不同的 a:linka:hovera:visited

我该怎么做?

最佳答案

在 CSS 中:

div.classname a:link {
color: #123456;
}

div.classname a:hover {
color: #123;
}

div.classname a:visited {
color: #654321;
}

在 HTML 中:

<div class="classname">
<a href="#link">link</a>
</div>

关于css - 如何更改 :link and a:hover for a div alone?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4516731/

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