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:52

Mozilla Issue - new menu


Poster: raybell
Dated: Thursday February 24 2005 - 17:45:11 GMT

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.


Poster: rcranswick
Dated: Thursday February 24 2005 - 18:35:48 GMT

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

Code:
"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.


Poster: kevin3442
Dated: Thursday February 24 2005 - 19:20:42 GMT

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

Still have problem


Poster: raybell
Dated: Thursday February 24 2005 - 20:37:19 GMT

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.


Poster: Ruth
Dated: Thursday February 24 2005 - 23:24:24 GMT

The popup function has this as one of the explanations on the things you can use in it
Code:
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:
<A
      onmouseover="popup('about',1)"
the submenus show.


Ruth

Your a legend


Poster: raybell
Dated: Thursday February 24 2005 - 23:40:31 GMT

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