This is what is happening. when I use this command the menu disapears on the destination page.:
Code: Select all
aI("showmenu=Eclipse2;text=ECLIPSE;url=http://64.23.96.234/new-design/Products/productsEclipseHome.shtml;");
I can't put the destination page on the next submenu because it is hidden from the user. I accomplish this by leaving the "text=" command empty. I only do this to keep the submenu visible on those second subnav pages.
You can see an example of the missing menu here:
http://64.23.96.234/new-design/Products ... Home.shtml
And you can see the working menu here:
http://64.23.96.234/new-design/
Below is the full code to the data file
Code: Select all
fixMozillaZIndex=false; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle='normal';
headerbgcolor="";
headercolor="";
offbgcolor="";
offcolor="#FFFFFF";
onbgcolor="";
oncolor="#1E1D56";
outfilter="";
overfilter="";
padding=4;
pagebgcolor="";
pagecolor="#000000";
separatorcolor="#FFFFFF";
separatorsize=1;
subimage="";
subimagepadding=2;
}
with(menuStyleSub=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle ='normal';
headerbgcolor="";
headercolor="";
offbgcolor="";
offcolor="#92571E";
onbgcolor="";
oncolor="#1E1D56";
outfilter="";
overfilter="";
padding=4;
pagebgcolor="";
pagecolor="#000000";
separatorcolor="#92571E";
separatorsize=1;
subimage="";
subimagepadding=2;
}
with(milonic=new menuname("Products")){
style=menuStyleSub;
orientation="horizontal";
screenposition="center";
menuwidth=783;
menualign="right";
margin=5;
left="offset=-10";
//align="center";
//position="relative";
aI("text=PRODUCTS HOME;url=http://64.23.96.234/new-design/Products/index.shtml;");
aI("showmenu=Eclipse2;text=ECLIPSE;url=http://64.23.96.234/new-design/Products/productsEclipseHome.shtml;");
aI("text=VELOX LE;url=http://64.23.96.234/new-design/Products/productsVelox-LE.shtml;");
aI("showmenu=Software;text=SOFTWARE SOLUTIONS;url=http://64.23.96.234/new-design/Products/productsSoftware.shtml;");
aI("text=PRODUCT HISTORY;url=http://64.23.96.234/new-design/Products/productsHistory.shtml;");
}
with(milonic=new menuname("Eclipse2")){
style=menuStyleSub;
orientation="vertical";
top="offset=0px";
left="offset=-1600";
//align="center";
//position="relative";
aI("text=;url=http://64.23.96.234/new-design/Products/productsEclipseHome.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Products/productsEclipseNodal.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Products/productsEclipseLink.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Products/productsEclipseOutdoor.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Products/productsEclipseData.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Products/productsEclipsePDHTM.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Products/productsEclipseQuattro.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Products/productsEclipseSoftware.shtml;");
}
with(milonic=new menuname("Software")){
style=menuStyleSub;
orientation="vertical";
top="offset=0px";
left="offset=-1600";
//align="center";
//position="relative";
aI("text=;url=http://64.23.96.234/new-design/Products/productsSoftwareProVision.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Products/productsSoftwarePortal.shtml;");
}
with(milonic=new menuname("Solutions")){
style=menuStyleSub;
orientation="horizontal";
screenposition="center";
menuwidth=783;
menualign="right";
margin=5;
left="offset=-10";
//align="center";
//position="relative";
aI("text=;url=http://64.23.96.234/new-design/Solutions/index.shtml;");
aI("text=MOBILE;url=http://64.23.96.234/new-design/Solutions/solutionsMobile.shtml;");
aI("text=WIRELESS BROADBAND;url=http://64.23.96.234/new-design/Solutions/solutionsWireless.shtml;");
aI("text=UTILITIES;url=http://64.23.96.234/new-design/Solutions/solutionsUtilities.shtml;");
aI("text=EDUCATION;url=http://64.23.96.234/new-design/Solutions/solutionsEducation.shtml;");
aI("text=OIL & GAS;url=http://64.23.96.234/new-design/Solutions/solutionsOilGas.shtml;");
aI("text=DEFENSE;url=http://64.23.96.234/new-design/Solutions/solutionsDefense.shtml;");
aI("text=GOVERNMENT;url=http://64.23.96.234/new-design/Solutions/solutionsGovernment.shtml;");
aI("text=ENTERPRISE;url=http://64.23.96.234/new-design/Solutions/solutionsEnterprise.shtml;");
aI("text=HEALTHCARE;url=http://64.23.96.234/new-design/Solutions/solutionsHealthcare.shtml;");
aI("text=PUBLIC SAFETY;url=http://64.23.96.234/new-design/Solutions/solutionsPublicSafety.shtml;");
}
with(milonic=new menuname("Support")){
style=menuStyleSub;
orientation="horizontal";
screenposition="center";
menuwidth=783;
menualign="right";
margin=5;
left="offset=-10";
//align='center';
//position="relative";
aI("text=SUPPORT HOME;url=http://64.23.96.234/new-design/Support/index.shtml;");
aI("showmenu=Field;text=FIELD SERVICES;url=http://64.23.96.234/new-design/Support/supportFieldService.shtml;");
aI("showmenu=Technical;text=TECHNICAL SUPPORT;url=http://64.23.96.234/new-design/Support/supportTechnicalOverview.shtml;");
aI("showmenu=Repair;text=REPAIR / RETURN;url=http://64.23.96.234/new-design/Support/supportRepairReturn.shtml;");
aI("text=WARRANTY INFO;url=http://64.23.96.234/new-design/Support/supportWarrantyPolicy.shtml;");
aI("text=PRODUCT SOFTWARE UPGRADE;url=http://64.23.96.234/new-design/Support/supportUpgrades.shtml;");
}
with(milonic=new menuname("Repair")){
style=menuStyleSub;
orientation="vertical";
top="offset=0px";
left="offset=-1600";
//align="center";
//position="relative";
aI("text=;url=http://64.23.96.234/new-design/Support/supportHotline.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Support/supportReturnPolicy.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Support/supportReturnHowDoI.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Support/supportRepairPrograms.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Support/supportHotline.shtml;");
}
with(milonic=new menuname("Field")){
style=menuStyleSub;
orientation="vertical";
top="offset=0px";
left="offset=-1600";
//align="center";
//position="relative";
aI("text=;url=http://64.23.96.234/new-design/Support/supportTraining.shtml;");
}
with(milonic=new menuname("Technical")){
style=menuStyleSub;
orientation="vertical";
top="offset=0px";
left="offset=-1600";
//align="center";
//position="relative";
aI("text=;url=http://64.23.96.234/new-design/Support/supportServiceCenters.shtml;");
}
with(milonic=new menuname("Company")){
style=menuStyleSub;
orientation="horizontal";
screenposition="center";
menuwidth=783;
menualign="right";
margin=5;
left="offset=-10";
//position="relative";
aI("showmenu=CompanyHomeSub;text=COMPANY HOME;url=http://64.23.96.234/new-design/Company/;");
aI("text=NEWS and PRESS;url=http://64.23.96.234/new-design/Company/companyNewsPress.shtml;");
aI("text=INVESTOR;url=http://64.23.96.234/new-design/Company/companyInvestor.shtml;");
aI("text=CAREERS;url=http://64.23.96.234/new-design/Company/companyCareers.shtml;");
}
with(milonic=new menuname("CompanyHomeSub")){
style=menuStyleSub;
orientation="vertical";
top="offset=0px";
left="offset=-1600";
//align="center";
//position="relative";
aI("text=;url=http://64.23.96.234/new-design/Company/companyProfile.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Company/companyPhilosophy.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Company/companyExecutives.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Company/companyBoard.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Company/companyTechnology.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Company/companyTechnologyFAQs.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Company/companyTechnologyPatents.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Company/companyTechnologyGlossary.shtml;");
}
with(milonic=new menuname("Contact Us")){
style=menuStyleSub;
orientation="horizontal";
screenposition="center";
menuwidth=783;
menualign="right";
margin=5;
left="offset=-10";
//position="relative";
aI("showmenu=ContactHomeSub;text=CONTACTS HOME;url=http://64.23.96.234/new-design/ContactUs/index.shtml;");
aI("text=OFFICE LOCATIONS;url=http://64.23.96.234/new-design/ContactUs/contactLocations.shtml;");
aI("text=PARTNERS;url=http://64.23.96.234/new-design/ContactUs/contactPartner.shtml;");
aI("text=REQUEST INFO;url=http://64.23.96.234/new-design/ContactUs/contactInfo-form.shtml;");
aI("text=FEEDBACK FORM;url=http://64.23.96.234/new-design/ContactUs/contactFeedback-form.shtml;");
}
with(milonic=new menuname("ContactHomeSub")){
style=menuStyleSub;
orientation="vertical";
top="offset=0px";
left="offset=-1600";
//align="center";
//position="relative";
aI("text=;url=http://64.23.96.234/new-design/Company/companyProfile.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Company/companyPhilosophy.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Company/companyExecutives.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Company/companyBoard.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Company/companyTechnology.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Company/companyTechnologyFAQs.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Company/companyTechnologyPatents.shtml;");
aI("text=;url=http://64.23.96.234/new-design/Company/companyTechnologyGlossary.shtml;");
}
drawMenus();