Css active isse:not working
        Posted  
        
            by user297211
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user297211
        
        
        
        Published on 2010-03-19T09:14:26Z
        Indexed on 
            2010/03/19
            9:21 UTC
        
        
        Read the original article
        Hit count: 191
        
How to make css active color be greeen when the hyperlink is clicked.
i tried the below code but it does work
Note that LeftNavBG_2 is a green image
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);
}
© Stack Overflow or respective owner