sample 14 menu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
dudding
Beginner
Beginner
Posts: 5
Joined: Mon Jan 05, 2009 12:58 pm

sample 14 menu

Post by dudding »

I cannot remove the word milonic from this menu. Here is the beginning of my code:

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("offbgcolor=#000000;text=HOME;url=index.htm;showmenu=HOME");
aI("offbgcolor=#000000;text=ABOUT;url=about.htm;showmenu=ABOUT");
aI("offbgcolor=#000000;text=THE DISTRICT;url=intro.htm;showmenu=THE DISTRICT");
aI("offbgcolor=#000000;text=EDUCATION;url=education.htm;showmenu=EDUCATION");
aI("offbgcolor=#000000;text=RESOURCES;url=resources.htm;showmenu=RESOURCES");
aI("offbgcolor=#000000;text=CONTACT;url=contact.htm;showmenu=CONTACT");
aI("offbgcolor=#000000;text=EVENTS;url=events.htm;showmenu=EVENTS");
}

located on the menu_data.js file. I searched the postings and someone was having the same problem but found the answer. I of course have not.
User avatar
nwilcox
Mega Advanced
Mega Advanced
Posts: 269
Joined: Sat Aug 20, 2005 6:14 am
Location: Indianapolis, IN
Contact:

Re: sample 14 menu

Post by nwilcox »

You need to buy a license to remove the wording or do this

http://milonic.com/forum/viewtopic.php?f=10&t=5553
Nick Wilcox
Web Developer
ServerSide, Inc.
http://www.serverside.net
Post Reply