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: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:29

Frames menu not appearing initially


Poster: panz
Dated: Thursday October 13 2005 - 14:16:41 BST

I am using a vertical menu with frames and am experiencing an unusual issue. When I rollover the menu items any submenus do not appear with the first rollover and require you to move off the entry and back on and then they appear correctly. I compared my menu to the example frames menu http://support.milonic.com/demos/frames/ and I am experiencing the same issue on the milonic example page. If you bring the cursor down the vertical menu the first time you roll over "Side 1" the submenu does not appear, move the cursor off and then it appears.

Are others experiencing this same issue or could it be machine dependent. I am using IE. Thanks.


Poster: Robobar
Dated: Thursday October 20 2005 - 13:50:49 BST

Same problem for me...
I just tried this in menu_data_header.js :

// Main Menu

with(milonic=new menuname("mainMenuHoriz")){
style=mainStyleHoriz;
top=0;
left=129;
orientation="horizontal";
alwaysvisible=1;
aI("text=Home;url=body.htm;target=body;");
aI("text=Top 1;showmenu=sub1;target=body;onfunction=openSubmenu(),openSubmenu();offfunction=closeSubmenu();");
aI("text=Top 2;showmenu=sub2;target=body;onfunction=openSubmenu(),openSubmenu();offfunction=closeSubmenu();");
aI("text=Top 3;showmenu=sub3;target=body;onfunction=openSubmenu(),openSubmenu();offfunction=closeSubmenu();");
aI("text=Google in Body;url=http://www.google.com/;target=body;")
aI("text=Google in New;url=http://www.google.com/;target=_new;")
}

It seems to turnaround the problem.
Stephan