Posted on: 5/25/2014 6:58:12 PM | Views : 330

Hey,
         i am trying to change cssclass dynamically for anchor tag , my code for which i want to change css class is:
<ul class="menu1"> <li><a id="a1" href="#1">CSS</a></li> <li><a href="#2">CSS Menus</a></li> <li><a href="#3">Menu</a></li> <li><a href="#4">Single Level</a></li> <li class="lastItem"><a href="#5">CSS Menu</a></li> </ul>
            i have tried a1.cssclass incode behind file but it gives me error as it is not accepting a1 as valid variable i just want to highlight selected menu dynamicly . ANy idea or help will be appreaciable

Thanks for y ...

Go to the complete details ...