我有几个链接的css样式:
.top_header {
background-color:#3B5998;
height:35px;
margin-left:0px;
margin-right:0px;
top:30px;
position:relative;
left: 1px;
}
.top_header a, .top_header a:active, .top_header a:hover, .top_header a:focus {
color:white;
font-size:x-large;
font-family:Arial;
line-height:35px;
text-decoration:none
}
.top_header a:visited {
color:yellow;
font-size:x-large;
font-family:Arial;
line-height:35px;
text-decoration:none
}
a:visited
颜色设置为黄色。然而,无论是否被访问,链接始终保持黄色。
我基本上想在用户点击链接后更改颜色。
由于 布鲁斯
答案 0 :(得分:1)
它们显示为黄色,因为您已经访问过它们。尝试私人/隐身/无论你的浏览器有什么私人浏览窗口。或者像@kleinohad建议的那样清理你的浏览历史:)
答案 1 :(得分:0)
适合我(http://jsfiddle.net/uCG44/)尝试清理缓存和历史记录并再次测试