Log in

View Full Version : 文章标题的的下划线如何去掉?


yahoo
2007-02-19, 09:56 AM
附加CSS

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}