DIV+CSS 链接怎么写才最好!

来源:百度知道 编辑:UC知道 时间:2024/06/23 04:47:31
#statement {
float: left;
margin-left:5px;
color:#FFF;
height: 29px;
width: 495px;
text-align: left;
}
#statement a.stat:link{
color:#FFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
line-height: 29px;
}
#statement a.stat:hover{
color: #333333;
}

a.stat:link { }
a.stat:hover { }
如果没必要,写两条就好,简洁!支持所有浏览器。

不明白。。。

a.stat:link{
color:#FFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
line-height: 29px;
}
a.stat:visrted{
color: #333333;
}
a.stat:hover{
color: #333333;
}