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
too many items in menu for Firefox
Poster: Jaco
Dated: Friday August 31 2007 - 5:02:47 BST
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
Poster: John
Dated: Friday August 31 2007 - 16:04:21 BST
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.
Poster: John
Dated: Friday August 31 2007 - 16:13:37 BST
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:
<script type="text/javascript" src="milonic_src.js"></script>
<noscript><a href="http://www.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>
<noscript><a href="http://www.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.