please help me with drop down menu
I have a drop down menu (9 buttons)that does the following. when you mouseover one of the menu items a submenu opens horizontally
The issue is that once you click on one of those sublinks and you are taken to that page the menu closes. I want the submenu to remain open
when you are taken to a new page on that submenu.if you are navigating within that submenu. In my home page I added the code for the drop down menu.
I know that for all the child pages I need to add logic tying page ids to divs to call the function generated by the editor used to create the dropdown menu.
on the home page where this menu resides I have the code that triggers the motion of the drop down menu on all the
child pages i have the same code as well but i added a line that seems to make it work. (Test_trigMenu1('Aboutmenu',1)
this is the name of the
main menu and the first submenu. But how can I make the others ones work? Can someone help me with a function so the menu remain open when you are
in set of submenu pages? here are my other sub menu names.
Test_trigMenu1('Bhmenu',1);
Test_trigMenu1('Cancermenu',1);
Test_trigMenu1('Commmenu',1);
Test_trigMenu1('Cvimenu',1);
Test_trigMenu1('Fbmenu',1);
Test_trigMenu1('Hafmenu',1);
Test_trigMenu1('Nsmenu',1);
Test_trigMenu1('Wsmenu',1);
Any help on this would be really appreciated.
I have a drop down menu (9 buttons)that does the following. when you mouseover one of the menu items a submenu opens horizontally
The issue is that once you click on one of those sublinks and you are taken to that page the menu closes. I want the submenu to remain open
when you are taken to a new page on that submenu.if you are navigating within that submenu. In my home page I added the code for the drop down menu.
I know that for all the child pages I need to add logic tying page ids to divs to call the function generated by the editor used to create the dropdown menu.
on the home page where this menu resides I have the code that triggers the motion of the drop down menu on all the
child pages i have the same code as well but i added a line that seems to make it work. (Test_trigMenu1('Aboutmenu',1)
main menu and the first submenu. But how can I make the others ones work? Can someone help me with a function so the menu remain open when you are
in set of submenu pages? here are my other sub menu names.
Test_trigMenu1('Bhmenu',1);
Test_trigMenu1('Cancermenu',1);
Test_trigMenu1('Commmenu',1);
Test_trigMenu1('Cvimenu',1);
Test_trigMenu1('Fbmenu',1);
Test_trigMenu1('Hafmenu',1);
Test_trigMenu1('Nsmenu',1);
Test_trigMenu1('Wsmenu',1);
Any help on this would be really appreciated.