-p4

I lied, it partially worked. The submenus do in fact open; however, once the submenu is open, any of the main menu buttons ceise to work. I only have this active on one page of the site, but here is the link. http://www.rabautsinteriors.com/windows.phpRuth wrote:Hi,
Actually, there is a module to go with the menu called openmenusbyurl.js This module forces a submenu to open when the url matches.
http://milonic.com/menumodules.php
It's down in the middle someplace Automatic Menu Opening Module.
If you can't get it to work correctly you'll need to post your site with the menu so we can check it.
Ruth
Code: Select all
fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=5;
with(menuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#666666";
onbgcolor="#ffffff";
oncolor="#990000";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#ffffff";
pagecolor="#810031";
//separatorcolor="#ffffff";
//separatorsize=0;
subimage="arrow.gif";
subimagepadding=1;
}
subStyle=new copyOf(menuStyle);
subStyle.offbgcolor="#CCCCCC";
subStyle.onbgcolor="#CCCCCC";
subStyle.offcolor="#666666";
subStyle.onbgcolor="#810031";
subStyle.pagebgcolor="#CCCCCC;";
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=00;
style=menuStyle;
top=10;
aI("text=;url=index.php;image=rabautslogo130.gif;");
aI("text=Home;url=index.php;");
aI("text=About Rabaut's;url=about.php;");
aI("text=Space Planning;url=spaceplanning.php;");
aI("showmenu=Services;text=In House Services;keepalive=1;");
aI("showmenu=Portfolio;text=Portfolio of Interiors;keepalive=1;");
aI("text=The Store;url=thestore.php;");
aI("text=Contact;url=contact.php;");
}
with(milonic=new menuname("Services")){
overflow="scroll";
style=subStyle;
keepalive=1;
aI("text=Window Treatments;url=windows.php;");
aI("text=Reupholstery;url=reupholstery.php;");
aI("text=Fabric Selection;url=fabrics.php;");
}
with(milonic=new menuname("Portfolio")){
overflow="scroll";
style=subStyle;
aI("text=Kitchens;url=kitchens.php;");
aI("text=Dining Rooms;url=diningrooms.php;");
aI("text=Bathrooms;url=bathrooms.php;");
aI("text=Bedrooms;url=bedrooms.php;");
aI("text=Living Rooms;url=livingrooms.php;");
aI("text=Family Rooms;url=familyrooms.php;");
aI("text=Window Treatments;url=windowtreatp.php;");
aI("text=Built Ins;url=builtins.php;");
}
drawMenus();
Anyword from our friends at Milonic regarding this problem?Ruth wrote:Hi,
I am going to have to report this to Milonic. The links will work, until you open the windows.php page and have the menu opened automatically. Then the only links that work seem to be the ones in the submenus.
Hopefully, Milonic will be able to figure it out.
Ruth