超链接样式设定
a:link {text-decoration:none;color: blue;} /* 未被访问的链接 蓝色 */
a:visited {text-decoration:none;color: blue} /* 已被访问过的链接 蓝色 */
a:hover {text-decoration:none;color: blue} /* 鼠标悬浮在上的链接 蓝色 */
a:active {text-decoration:none;color: blue} /* 鼠标点中激活链接 蓝色 */
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。