输入banner图图片脚本导航/分类

怎么让一部分链接单击时显示下划线,一部分单击时不显示??_html/css_WEB-ITnose

CSS

怎么让一部分链接单击时显示下划线,一部分单击时不显示??


请把CSS写出来


回复讨论(解决方案)

#aaa a:active{ text-decoration:underline;}
#bbb a:active{ text-decoration:none;}