CSS实例之A标记

作者在 2006-07-07 20:56:00 发布以下内容
a:link {
 font-family: "宋体";
 font-size: 12px;
 font-weight: normal;
 color: #355794;
 text-decoration: none;
}
a:visited {
 font-family: "宋体";
 font-size: 12px;
 font-weight: normal;
 color: #355794;
 text-decoration: none;
}
a:hover {
 font-family: "宋体";
 font-size: 12px;
 font-weight: normal;
 color: #CA023C;
 text-decoration: none;
}
a:active {
 font-family: "宋体";
 font-size: 12px;
 font-weight: normal;
 color: #355794;
 text-decoration: none;
}
CSS | 阅读 1034 次
文章评论,共0条
游客请输入验证码
浏览92474次