超链接样式设定
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了超链接样式设定相关的知识,希望对你有一定的参考价值。
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} /* 鼠标点中激活链接 蓝色 */
以上是关于超链接样式设定的主要内容,如果未能解决你的问题,请参考以下文章