Menu item - highlight stays on menu item HELP

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
shuibers
Advanced
Advanced
Posts: 12
Joined: Thu May 29, 2003 4:13 pm

Menu item - highlight stays on menu item HELP

Post by shuibers »

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..
User avatar
Hergio
Milonic God
Milonic God
Posts: 1123
Joined: Wed Jun 12, 2002 7:46 pm
Location: Rochester, NY

Post by Hergio »

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?
Dave Hergert
Software Engineer
"Helping to make the menu better, one :?: at a time."
shuibers
Advanced
Advanced
Posts: 12
Joined: Thu May 29, 2003 4:13 pm

PROBLEM RESOLVED

Post by shuibers »

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