Milonic menu button won't go away

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
bige
Beginner
Beginner
Posts: 2
Joined: Thu Feb 19, 2004 6:03 pm
Location: Kansas
Contact:

Milonic menu button won't go away

Post by bige »

I have the strangest problem: in my menu_data.js file, I have two menus, one is the main menu, the other is the submenu for one of the buttons on the main menu.

Code: Select all

with(milonic=new menuname("mainmenu")){
style=menuStyle;
top=145;
left=310;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=home.php;");
aI("text=Contact;url=contact.php;");
aI("text=About;url=about.php;");
aI("text=Webmail;url=http://207.44.134.31/horde/index.php;");
aI("text=Forum;url=forum.php;");
aI("text=Directory;url=directory.php;showmenu=Directory;");
}

with(milonic=new menuname("Directory")){
style=menuStyle;
overflow="scroll";
aI("text=Tools;url=directory.php?cmd=tools;align=center;");
aI("text=Ebooks;url=directory.php?cmd=ebooks;align=center;");
aI("text=ProxyDB;url=directory.php?cmd=proxydb;align=center;");
aI("text=Articles;url=directory.php?cmd=articles;align=center;");
aI("text=Coding;url=directory.php?cmd=coding;align=center;");
aI("text=Vulnerabilities;url=directory.php?cmd=vulnerabilities;align=center;");
}
From what the script says, my main menu should have Home, Contact, About, Webmail, Forum and Directory BUT for somereason the "Home" title is replaced with "MILONIC" ?! Any ideas why it is auto-reverting to "MILONIC"?
open-source is key
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

That is by design. You are apparently running the free version of the menu with no link back to the main Milonic site on your page(s). See the article on http://milonic.com/ for all the info.
John
User avatar
bige
Beginner
Beginner
Posts: 2
Joined: Thu Feb 19, 2004 6:03 pm
Location: Kansas
Contact:

ahhh

Post by bige »

Wow... you are absolutely correct. That is crafty and ingenious of those fellas at milonic. Definately something I would do as a developer.
cheers for milonic!
open-source is key
Post Reply