|
I want to highlight the selected menu item of the menu bar in html.
Return to Recent Questions
Q:
I want to highlight the selected menu item of the current
page in the menu bar in html. Is there a way to do this?
A:
Set the following parameters:
var ttoggleMode = 1; Enables a toggle-mode. 0 - disabled, 1 - items stay highlighted after mouse click.
var tpressedFontColor = "#AA0000";
Return to Recent Questions
Related:
- Jun 03, 2009 - Is it possible for the pulldown menu javascript to highlight selected item on the page?
- Jul 24, 2009 - Is there a way to keep global popup menu creator item highlighted?
- Oct 15, 2009 - How I can make the current java dropdown menu item to be highlighted?
- Oct 25, 2009 - The first item of the javascript menu maker stays highlighted when I load my page.
- Nov 12, 2009 - How do I highlight main button popup menu items when I selected a main category?
- Jan 14, 2010 - I can't highlight the selected web page menus item of the current page.
- Jan 25, 2010 - How I can style all java popup menu items to have font bold when selected?
- Jan 25, 2010 - Can a css menu item that expands the submenu items when selected work as link?
- Feb 10, 2010 - When using the pull down menus the third item seems to have a mind of its own..
- April 1, 2010 - How I can change the color of the selected menu item in the menus horizontal?
- April 12, 2010 - Is there a way to leave a main navigation item highlighted in the java drop down menu?
|