Mozilla Issue - new menu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
raybell
Beginner
Beginner
Posts: 5
Joined: Thu Feb 24, 2005 6:41 pm

Mozilla Issue - new menu

Post by raybell »

When i view the new menu in Mozilla the menues come up at the start while the page is loading but when the page has finished loading the menues don't come out any more.

The site i'm haveing the problem with is http://www.chicagosailing.com/

All other browers are fine.

Thanks for your help.
Ray.
rcranswick
Super Advanced
Super Advanced
Posts: 62
Joined: Tue Aug 19, 2003 2:14 pm
Location: Bermuda
Contact:

Post by rcranswick »

I don't have a Mozilla browser at work but you have the code below in your menu_data.js file:

Code: Select all

"Our Location and boats","photos1.html",0,
"BBQ's and social events","photos1.html",0,
"Classes","photos1.html",0,
"Louies Last Fast Regatta 2002","photos1.html",0,
"Fireworks  ","photos1.html",0
It doesn't follow any Milonic Menu syntax so that may be your issue.
Richard Cranswick
CCS Group Limited
Bermuda
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Hi Ray,

The code Richard mentioned looks like leftovers from the version 3 Milonic Menus. You should definitely remove it.

Nice catch Richard. Feel free to post more answers!

Kevin
raybell
Beginner
Beginner
Posts: 5
Joined: Thu Feb 24, 2005 6:41 pm

Still have problem

Post by raybell »

Thanks lads for helping me but i have removed that code and i'm still having the problem.

I left in that code before by accidient.

Thanks again for your help.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

The popup function has this as one of the explanations on the things you can use in it

Code: Select all

popup displays a sub menu by name in several locations. If just the menu name is declared as in popup("menuname"); this will display the menu at the top and left positions specified in the data file. If a 1 is specified as the second parameter the sub menu appears at the mouseX and mouseY coordinates.
It seems that for some reason Mozilla wants that 1 in there even though you have [and need to have] the top and left specified in the menu_data file so they open where you want them. So, if you make your code this:

Code: Select all

<A 
      onmouseover="popup('about',1)" 
the submenus show.


Ruth
raybell
Beginner
Beginner
Posts: 5
Joined: Thu Feb 24, 2005 6:41 pm

Your a legend

Post by raybell »

..fixed the problem ...thanks for your help.
:D
Ray
Post Reply