I have used the accordion menu in a masterpage.
The top level is something like this:
Is there a way to change the color of the text if the selected menu item is active?HTML Code:<Header> <a href="default.aspx" onclick="return false;" class="Link" >HOME </a> </Header>
in the style sheet doesn't seem to do anything.HTML Code:.HEADER A:Active{color:red;} { }




Reply With Quote