gpt4 book ai didi

html - CSS :hover and a:active not working

转载 作者:太空宇宙 更新时间:2023-11-04 03:20:44 25 4
gpt4 key购买 nike

我刚开始学习 HTMLCSS 并且在测试一些简单的 CSS 时奇怪的事情开始发生了。

这是我的 CSS

a:link {
color: blue;
text-decoration: none;
}
a:visited {
color: purple;
text-decoration: dotted;
}
a:hover {
color: blue;
text-decoration: dotted;
}
a:active {
color: blue;
text-decoration: dotted;
}

a:hovera:active 并不总是按预期执行。这真的让我感到困惑,因为如果我将 a:hover's color: blue; 中的 blue 更改为 black 它突然有效。

我正在 Visual Studio 2012 中编辑 HTMLCSS 文件,并从保存它们的 Dropbox 文件夹中在 Google Chrome 中打开它们。

最佳答案

如何区分 a:linka:hover?通常,a:link 是蓝色的。现在,当您将鼠标悬停在它上面时,a:hover 也是蓝色的。将 a:hover 更改为黑色会让您看到不同之处。

关于html - CSS :hover and a:active not working,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27930011/

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