我正在尝试在我给类 .whatnextnav 的 div 中设置我的链接的样式。悬停样式有效,但链接无效,它仍在继承颜色:#3CB6CE 甚至认为 Firebug 说它不是。
任何人都可以看到下面的问题吗?
.whatnextnav a:link, a:active, a:visited
{
color: #008566;
text-decoration: none;
}
.whatnextnav a:hover
{
color: #008566;
text-decoration: underline;
}