css的链接美化
2016-06-27来源:易贤网

a:link {

color: #000; text-decoration: none //链接

}

a:visited {

color: #000; text-decoration: none //已访问过

}

a:active {

color: green; text-decoration: none //活动

}

a:hover {

color: red; text-decoration: underline //鼠标经过

}

推荐信息