level 3 submenu not working

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
ARaj
Beginner
Beginner
Posts: 3
Joined: Mon Nov 24, 2003 6:38 pm

level 3 submenu not working

Post by ARaj »

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!
User avatar
bobwill
Mega Advanced
Mega Advanced
Posts: 229
Joined: Tue Oct 01, 2002 3:03 pm
Location: Kansas
Contact:

Post by bobwill »

Can you post the URL, so people can take a look??
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Re: level 3 submenu not working

Post by John »

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.
John
ARaj
Beginner
Beginner
Posts: 3
Joined: Mon Nov 24, 2003 6:38 pm

Post by ARaj »

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.
User avatar
bobwill
Mega Advanced
Mega Advanced
Posts: 229
Joined: Tue Oct 01, 2002 3:03 pm
Location: Kansas
Contact:

Post by bobwill »

Ok, thanks for the URL and the code, will take a look.
User avatar
4viggo
Super Advanced
Super Advanced
Posts: 56
Joined: Wed Jun 12, 2002 12:03 pm
Location: Norway

Post by 4viggo »

Hi, you got the wrong syntax on your menu6
It is:

Code: Select all

aI("text=Level 2;showmenu=Menu6");
should be:

Code: Select all

aI("text=Level 2;showmenu=Menu6;");
regards
4viggo
ARaj
Beginner
Beginner
Posts: 3
Joined: Mon Nov 24, 2003 6:38 pm

menu works now!

Post by ARaj »

Thank you all very much for pointing out the typo. I made the correction and the menu immediately started working!
Post Reply