Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:08

Menu item - highlight stays on menu item HELP


Poster: shuibers
Dated: Wednesday October 1 2003 - 3:14:49 BST

Hopefully someone can help me out. The menu works fine only one problem (Frames Based Menu - Vertical):

When I do a mouseover a parent menu item (an item on the menu that does not have a submenu) it stays highlighted until I move the mouse over an item containing a submenu. Here is my code for the menu item not containing a submenu:

Frames_Side_Array.js

,"News","show-menu=News target=main;sourceframe=main;",,"News",1
,"Links","show-menu=Links target=new;sourceframe=main;",,"Links",1
])


News is the item without a submenu, Links contains a submenu..


Poster: Hergio
Dated: Wednesday October 1 2003 - 14:41:42 BST

Not sure what you mean. Those two lines each try to open a menu. One called News and the other called Links. Are you saying that there is no menu definition in your code with the name of News? So the news item tries to open a menu that doesn't exist, but the Links item does because there is a menu called Links?

PROBLEM RESOLVED


Poster: shuibers
Dated: Wednesday October 1 2003 - 15:47:27 BST

After making the POST, I resolved the problem. The problem was the sourceframe=main was missing...