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.
我有一个关于顶部固定导航的简单问题。我想更改活动班级的颜色并悬停其他职位(关于我们等)。
我想在我的自定义 main.css (不是引导程序)中做到这一点,但我不知道如何让它工作。
这是预览网站:http ://tester-web.web44.net/
nav a:link, nav a:visited, nav a:active { color: blue; } nav a:hover { color: yellow; } nav a.active { color: red; }
注意a:active 仅在链接被按下/聚焦时适用。