2 menus on one site

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
tomtom
Beginner
Beginner
Posts: 5
Joined: Thu Aug 24, 2006 2:20 pm

2 menus on one site

Post by tomtom »

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
vikenk
Mega Advanced
Mega Advanced
Posts: 297
Joined: Tue Nov 29, 2005 7:38 pm

Post by vikenk »

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://milonic.com/cbuy.php;");
aI("align=center;showmenu=Programme;text=Programme;url=http://milonic.com/cbuy.php;");
aI("align=center;showmenu=Biofeedback;text=Biofeedback;url=http://milonic.com/cbuy.php;");
aI("align=center;showmenu=Heimtherapie;text=Heimtherapie;url=http://milonic.com/cbuy.php;");
aI("align=center;showmenu=Referenzen;text=Referenzen;url=http://milonic.com/cbuy.php;");
aI("align=center;showmenu=Unternehmen;text=Unternehmen;url=http://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 :>)
tomtom
Beginner
Beginner
Posts: 5
Joined: Thu Aug 24, 2006 2:20 pm

Post by tomtom »

Thank you very much! :D
tomtom
Beginner
Beginner
Posts: 5
Joined: Thu Aug 24, 2006 2:20 pm

Post by tomtom »

Thank you very much! It functions :D
Post Reply