Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

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:14

declaring menu items


Poster: Surfergirl
Dated: Friday September 5 2003 - 1:56:27 BST

Hello there

I was going along just fine and everything was working (believe it or not!) but it seems I have made a typo in declaring the menu items. Does anyone see anything obvious? I have a headache and can no longer see...

with(AllImagesStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
padding=5;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="3";
padding=5;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="milonic/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("MainMenu")){
style=AllImagesStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("showmenu=Listings;image=milonic/listings.gif;");
aI("showmenu=Rentals;image=milonic/rentals.gif;");
aI("showmenu=Projects;image=milonic/projects.gif;");
aI("showmenu=Country;image=milonic/country.gif;");
aI("showmenu=RealEstate;image=milonic/aboutre.gif;");
aI("showmenu=Horton;image=milonic/about.gif;");
aI("showmenu=ContactUs;image=milonic/contact.gif;");
aI("url="http://www.adventurescape.com/hortonrealty/index.htm;image=milonic/home.gif;");
}

page is located here: http://www.adventurescape.com/HortonRealty/


Poster: Hergio
Dated: Friday September 5 2003 - 3:20:19 BST

Last aI in your mainMenu....you have a stray quote.


Poster: Surfergirl
Dated: Monday September 8 2003 - 22:06:50 BST

:P Thanks bunches!