【发布时间】:2010-03-19 18:09:38
【问题描述】:
点击超链接时如何使css活动颜色变为绿色。
我尝试了下面的代码,但它确实有效
请注意,LeftNavBG_2 是绿色图像
a:active.leftMenu { /* Left Menu */
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 14px;
color: #000;
text-decoration: none;
width: 144px;
margin-bottom: 5px;
display: block;
max-width: 144px !important;
vertical-align: bottom;
padding-top: 5px;
padding-bottom: 5px;
background-image: url(../images/LeftNavBG_2.gif);
}
【问题讨论】: