too many items in menu for Firefox

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Jaco
Super Advanced
Super Advanced
Posts: 85
Joined: Thu Sep 30, 2004 4:57 pm
Location: montreal
Contact:

too many items in menu for Firefox

Post by Jaco »

Hello, I have a scroll down quick links menu on this page
http://www.lightmypump.com/pump_glossary.htm

It's a long menu with maybe 30 or 40 items. In Firefox it stops working at item suction lift, everything seems fine with the code at that point.

It works fine in IE, any suggestions please.

Jacques
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Just looking at it in FF 2.0.0.6. The menu ends at the item 'BOTTOM' after you scroll down. I don't see the problem you indicated.
John
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Just noticed you're 2 versions down in your software - current is 5.779. However, that doesn't explain why it works for me and not you, unless there's something in FF itself and you're not up to the current version there.

Also note that if you're no longer supporting NS4 (don't know anybody who is), you can use the 'new' call structure and drop the NS4 module...

Code: Select all

<script type="text/javascript" src="milonic_src.js"></script>
<noscript><a href="https://milonic.com/">JavaScript DHTML Menu Powered by Milonic</a></noscript>
<script type="text/javascript" src="mmenudom.js"></script>
<script type="text/javascript" src="menu_data.js"></script>
Adjust for your paths, of course.
John
Jaco
Super Advanced
Super Advanced
Posts: 85
Joined: Thu Sep 30, 2004 4:57 pm
Location: montreal
Contact:

Post by Jaco »

Hi John, huuum it seems to be working fine now, very odd.

Thanks for the tips.

Jacques
Post Reply