/*未访问的颜色*/
a:link
{
color:
#0066CC;
text-decoration:
none;
}
/*点击后的颜色*/
a:visited
{
color:
red;
text-decoration:
none;
}
/*鼠标悬停的颜色*/
a:hover
{
color:
#CC0000;
text-decoration:
none;
}
/*鼠标点中激活的颜色*/
a:active
{
color:
blue;
text-decoration: none;
}
超链接鼠标经过 点击 点击时 点击后 字体颜色样式,布布扣,bubuko.com
原文:http://www.cnblogs.com/ccsbb/p/3643434.html