2 menus appearing

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Agent_9000
Beginner
Beginner
Posts: 3
Joined: Mon Jun 14, 2004 11:23 pm

2 menus appearing

Post by Agent_9000 »

I have got the munu working, but it shows 2 menus.

here is the url to the site. Plz help!
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

Take this out of menu-data.js

Code: Select all


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
Agent_9000
Beginner
Beginner
Posts: 3
Joined: Mon Jun 14, 2004 11:23 pm

thx!

Post by Agent_9000 »

thx! it works now!
jthep
Beginner
Beginner
Posts: 1
Joined: Tue Jun 22, 2004 3:02 pm

Post by jthep »

I too am having this problem

....

just fixed it.... sorry for spamming :(
Post Reply