Question : Change style of the selected menu item

how can i change the style of the current menu item depending of the page??
i would like not to use javascript??



can i use request.rawURl to identify the current page and alter the menu item style???
Thanks!

Answer : Change style of the selected menu item

This should do the trick, swap with your current one.

You could of course do this on the li too, as a background color.
1:
2:
3:
a#a_home:hover{color:Blue;font-size:14pt;}
a#a_about:hover{color:Red;font-size:14pt;}
a#a_contact:hover{color:Orange;font-size:14pt;}
Random Solutions  
 
programming4us programming4us