declaring menu items

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Surfergirl
Super Advanced
Super Advanced
Posts: 77
Joined: Fri Jun 27, 2003 5:38 pm
Location: TCI

declaring menu items

Post by Surfergirl »

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/hortonrea ... c/home.gif;");
}

page is located here: http://www.adventurescape.com/HortonRealty/
User avatar
Hergio
Milonic God
Milonic God
Posts: 1123
Joined: Wed Jun 12, 2002 7:46 pm
Location: Rochester, NY

Post by Hergio »

Last aI in your mainMenu....you have a stray quote.
Dave Hergert
Software Engineer
"Helping to make the menu better, one :?: at a time."
Surfergirl
Super Advanced
Super Advanced
Posts: 77
Joined: Fri Jun 27, 2003 5:38 pm
Location: TCI

Post by Surfergirl »

:P Thanks bunches!
Post Reply