Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经搜索了帖子,但没有找到我正在寻找的解决方案......
我尝试链接这些伪类(:first-child & :hover),但没有成功。我本可以发誓这在过去对我有用,但我没有得到任何结果。我正在尝试一个纯 CSS 解决方案。任何帮助将非常感激。谢谢!
#main_nav ul li:first-child a:hover { color: green; }
我完全使用了你的代码,它对我来说很好,所以我猜你要么拼错了你的 ID,要么你没有正确选择它,或者它在其他地方被覆盖。