Thứ Ba, 22 tháng 3, 2011

如何去掉超链接的下划线?

<style>
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: none;}
</style>
<a href="#">如何去掉超链接的下划线</a>

Không có nhận xét nào:

Đăng nhận xét