Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:55
level 3 submenu not working
Poster: ARaj
Dated: Monday November 24 2003 - 17:46:46 GMT
Hi,
I made changes in the menu_data.js file to have 4 levels of menu, i.e. one main menu bar in a horizontal layout, then level-1, level-2 and level-3. Upto level-2, the menu works as expected and even displays the level-3 menu when I mouse-over the submenu item in level-2. However, when I mouse-over any item in level-3, the menu hierarchy (level-1/2/3) disappears, as if I moved out of the menu. I am not sure what is going on.
I am playing around with an evaluation copy, and would this be another limitation of an unlicensed copy?
I appreciate all help.
Thanks!
Poster: bobwill
Dated: Monday November 24 2003 - 18:23:55 GMT
Can you post the URL, so people can take a look??
Re: level 3 submenu not working
Poster: John
Dated: Monday November 24 2003 - 18:29:49 GMT
ARaj wrote:
I am playing around with an evaluation copy, and would this be another limitation of an unlicensed copy?
There are no limitations on the eval software.
Poster: ARaj
Dated: Monday November 24 2003 - 20:27:07 GMT
The link is:
http://www.rajlinx.com/HierMenus/
If you navigate to the last Main menu item,
Company
->Hierarchical Menus
->Level 2
...and scroll over any of its sub-items from there, the navigation branch just disappears, as if you moved out of the menu.
The names of the menu script files and menu data file are unchanged.
Poster: bobwill
Dated: Monday November 24 2003 - 20:45:57 GMT
Ok, thanks for the URL and the code, will take a look.
Poster: 4viggo
Dated: Monday November 24 2003 - 22:25:51 GMT
Hi, you got the wrong syntax on your menu6
It is:
Code:
aI("text=Level 2;showmenu=Menu6");
should be:
Code:
aI("text=Level 2;showmenu=Menu6;");
regards
4viggo
menu works now!
Poster: ARaj
Dated: Tuesday November 25 2003 - 15:35:30 GMT
Thank you all very much for pointing out the typo. I made the correction and the menu immediately started working!