a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }
.foot a:visited,
.foot a:active,
.foot a:link
{
color: WhiteSmoke;
text-decoration: none;
font-weight: normal;
font-size: 14px;
}
recommend:
<table class="foot">
<tr><td><a href="index.htm">to index</a></td></tr>
</table>
博客展示了CSS对链接不同状态(未访问、已访问、激活)的样式设置,如颜色、文本装饰等。还给出了特定类名为'foot'的链接样式设置,最后展示了带有'foot'类的表格及链接示例。
1181

被折叠的 条评论
为什么被折叠?



