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:23
2 menus appearing
Poster: Agent_9000
Dated: Wednesday June 16 2004 - 2:58:38 BST
I have got the munu working, but it shows 2 menus.
here is the url to the site. Plz help!
Poster: Maz
Dated: Wednesday June 16 2004 - 4:48:03 BST
Take this out of menu-data.js
Code:
with(milonic=new menuname("Menu")){
style=menuStyle;
top=10;
left=10;
alwaysvisible=1;
orientation="horizontal";
aI("text=Nav Bar;showmenu=Nav Bar;");
aI("text=Game Guilds;showmenu=Game Guilds;");
aI("text=Tips & Hints;showmenu=Tips & Hints;");
aI("text=Miscellaneous;showmenu=Misc;");
}
You have it in the table, so you are repeating it at 10px's.
maz