Frames menu not appearing initially

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
panz
Beginner
Beginner
Posts: 1
Joined: Thu Oct 13, 2005 2:04 pm

Frames menu not appearing initially

Post by panz »

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.
Robobar
Beginner
Beginner
Posts: 4
Joined: Thu Oct 20, 2005 1:44 pm
Location: France

Post by Robobar »

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
Post Reply