3. level item is not a link ??

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
farouche
Beginner
Beginner
Posts: 9
Joined: Mon Dec 19, 2005 1:43 pm

3. level item is not a link ??

Post by farouche »

Hi

I have been building a menu partially by using dynamic code, which works just great.

But now I have run into a little problem. If my main menu has subitems to 3. level, the items in level 3 are not clickable?

You can see the page here: http://sepia.ibiz.dk/start

Tak a look at the PRODUCTS menuitem --> VIDEO --> PC MONITOR.

Here the problem arises.


Is this a know problem or do you have any idea why this is happening ??

Thanks in advance

Allan
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

First, you need to upgrade to the latest version.

As to the problem, it's because that menu is in a div. I'm not sure exactly what you're doing, but it seems your trying to put the whole menu into that div. To start, the menu doesn't like to be in divs. Next, if you're going to put a menu in a div, not recommended, you need to position it relatively, just like you do with a table menu. It seems you are trying to put the drawMenus(); command into the div and have that 'call' the menu there.

I took the menu out of the div and everything worked fine. Why not position it absolutely, like you did with the Home? That will stop that problem. Of course, I tested using the newest version.

Ruth
farouche
Beginner
Beginner
Posts: 9
Joined: Mon Dec 19, 2005 1:43 pm

Post by farouche »

Great.


That did the trick.

Thanks
Post Reply