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:17
3. level item is not a link ??
Poster: farouche
Dated: Wednesday January 18 2006 - 13:38:23 GMT
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
Poster: Ruth
Dated: Wednesday January 18 2006 - 17:20:19 GMT
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