- 请问如何去掉超链接的下划线?
- 发布时间:2007-10-06 09:16:14 浏览数:9531 发布者:webptr 设置字体【大 中 小】
<style>
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration:underline;padding-bottom:8px;border-bottom:1 solid black}
</style>
<a href="#">aaaaaaaaa</a