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

2 menus on one site


Poster: tomtom
Dated: Thursday August 24 2006 - 14:33:54 BST

Hi!

I have a problem with my the menu on this site. http://www.stiwell.at/GER/Kategorien/index03.htm
I donĀ“t know how I can delete the second menu (on the top-left) and I cannot find the mistake in the script. Can anyone Help me?

thanks


Poster: vikenk
Dated: Thursday August 24 2006 - 15:14:32 BST

Hi,

I assume you don't want the menu on the top left, right? Take this out of your menu_data.js file:

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
orientation="horizontal";
style=menuStyle;
top=10;
aI("align=center;showmenu=Produkte;text=Produkte;url=http://www.milonic.com/cbuy.php;");
aI("align=center;showmenu=Programme;text=Programme;url=http://www.milonic.com/cbuy.php;");
aI("align=center;showmenu=Biofeedback;text=Biofeedback;url=http://www.milonic.com/cbuy.php;");
aI("align=center;showmenu=Heimtherapie;text=Heimtherapie;url=http://www.milonic.com/cbuy.php;");
aI("align=center;showmenu=Referenzen;text=Referenzen;url=http://www.milonic.com/cbuy.php;");
aI("align=center;showmenu=Unternehmen;text=Unternehmen;url=http://www.milonic.com/cbuy.php;");
}

If you're using the menu relatively positioned in the DIV/Table, you don't need to include the main menu parameters within the menu_data.js file.

Hope this Helps :>)


Poster: tomtom
Dated: Thursday August 24 2006 - 15:56:12 BST

Thank you very much! :D


Poster: tomtom
Dated: Thursday August 24 2006 - 15:58:05 BST

Thank you very much! It functions :D