我真的很困惑......我有这个代码:
a {
float: left;
padding: 5px 20px;
}
a:link {
text-decoration: none;
color: #008B45;
}
a:hover {
color: #00FF00;
font-weight: bold;
}
a:visited {
color: #EE9A00;
}
但是我访问它之后的链接a链接没有根据a改变颜色:悬停......为什么?
谢谢