|
Set a menu item of the html dropdown menu to pressed when a page is loaded.
Return to Recent Questions
Q:
I want to know how I can set a menu item to pressed
when a page is loaded in html dropdown menu.
A:
You should set a pressed item using Javascript API:
function dm_ext_setPressedItem (menuInd, submenuInd, itemInd, recursion)
Sets a current pressed item.
menuInd - index of a menu on a page, >= 0.
submenuInd - index of a submenu, >= 0.
itemInd - index of an item, >=0.
recursion = true/false - highlight parent items.
Return to Recent Questions
Related:
- March 17, 2009 - Can the menu dhtml items be set so they are all the same width?
- Apr 01, 2009 - How can I set different parameters for diferent items in my dhtml sliding menu?
- Apr 19, 2009 - Is there a way to set the default css menu drop tab on a page load?
- May 08, 2009 - How do I make script java menu backgrounds and items to override the page text?
- May 15, 2009 - We want to set a specific width for each top level item in the web drop down menu
- May 30, 2009 - If the new page in the frame is a frameset itself, the java pop up menu won't show up.
- Jun 03, 2009 - Is it possible for the down menu navigation to highlight selected item on the page?
- Jun 28, 2009 - Does your dhtml pulldown menu allows to keep the pressed menu-item hightlighed?
- Jul 12, 2009 - Is it possible to set target attribute individually for the drop down menus javascript items?
- Oct 12, 2009 - The javascript menu over opens a new window although I haven't set item's target...
- Oct 13, 2009 - How easy would it be to set up these java script menus items?
|