以下是引用guang521在2006-11-5 17:28:30的发言:
<style type="text/css">
a:link
{
text-decoration:none;
color:#00ff00;
font-size:12px;
}
a:active
{
text-decoration:overline;
color:#ff0000;
font-size:13px;
}
a:visited
{
text-decoration:none;
color:#000000;
}
a:hover
{
text-decoration:underline;
color:#0066ff;
}
</style>
这个可以,谢谢老
只是我看样式上说text-decoration:overline是上划线,为什么实际上不是呢?
[此贴子已经被作者于2006-11-8 9:55:02编辑过]