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

2 menus on the page and mozilla/firefox bug


Poster: jazmine
Dated: Tuesday June 13 2006 - 21:33:22 BST

http://www.dharma.org/newsite/fr_financial_fees.html

the username is dharma password metta


I am having trouble adding a second menu. I would like to ad another menu to the page so there are two on this page but the second one doesn't seem to be showing up. Does anyone out there have any solutions for this? Also, there seems to be a bug in firefox/mozilla. when I scroll down the page and then go the acess the menu the submenu pops up subsancialy lower than where it should be. Any help would be much apreciated.

thanks, Jazmine


Poster: John
Dated: Tuesday June 13 2006 - 21:58:40 BST

First things first - you are way down level. You're running 5.66, current is 5.749. You'll need to update your menu files before we can help you out.


Poster: Ruth
Dated: Wednesday June 14 2006 - 7:30:27 BST

Just as an added comment, upgrading should fix the mozilla problem, or at least some mozilla problem was fixed at some point in the updating process.

Ruth


Poster: John
Dated: Wednesday June 14 2006 - 15:01:20 BST

Recent updates have been almost entirely Mozilla/Firefox related. See http://www.milonic.com/menuvinfo.php and scroll down to your 5.66 version. A LOT of updates here, and quite a few in FF as well (now at 1.5.0.4).


Poster: Ruth
Dated: Wednesday June 14 2006 - 21:03:03 BST

Hi,

I've deleted the other message since this is the same topic and it is much easier for searching if all are kept together.

As to having two menus, there is no problem doing that but on your page, I can't find the second menu.

Your paths are wrong. I've tried all kinds of combinations to get to that menus-sub/ etc.

Also, you only need to call the milonic base files once. So, let's say you wanted two menus, one horizontal, one vertical. You could make two menu_data.js files one for each, and you would name them different, for example: horzontal_data.js and vertical_data.js. Your calls would then be


Code:
<SCRIPT language=JavaScript src="menus/milonic_src.js" type=text/javascript></SCRIPT>
<script   language=JavaScript>
   if(ns4)_d.write("<scr"+"ipt language=JavaScript src=menus/mmenuns4.js><\/scr"+"ipt>");      
     else _d.write("<scr"+"ipt language=JavaScript src=menus/mmenudom.js><\/scr"+"ipt>");
</script>
<SCRIPT language=JavaScript src="menus/horizontal_data.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript src="menus/vertical_data.js" type=text/javascript></SCRIPT>


Hope this helps. Keep in mind, if they are the same menus, you cannot name them the same. So, if the horizontal menu has a 'main menu' then the vertical would need to be named say 'main menuV' or something.

Ruth