链接

a:link{

color: red;
text-decoration: none;
background-color: red;
}
a:visited{

color: green;
}
a:hover{

color: blue;

}
a:active{
color: yellow;
}
a{
/* link 普通状态 未被访问的链接*/
/* visited 用户访问过的链接*/
/* hover 鼠标位于链接上方*/
/* active 链接被电击过的时刻*/

posted @ 2015-05-11 16:25  谢小锋  阅读(108)  评论(0)    收藏  举报