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:43
Only see menue after refresh
Poster: Hans1bad
Dated: Friday January 19 2007 - 17:24:02 GMT
In IE 7.0 running the most recent download of the Menu (just got it this AM).
The only way the menu system works when going from page to page is the hit refresh (F5) after the menus finish drawing.
Any suggestions?
Thanks
Following is menu_data.js
------
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=0;
with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#003366";
offcolor="#ffffff";
onbgcolor="#ddffdd";
oncolor="#6699cc";
onitalic=1;
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="menu/images/arrow.gif";
subimagepadding=2;
}
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
top=77;
left=10;
aI("status=Back To Home Page;text=Home;url=homepage.htm;");
aI("showmenu=Homes;text=DCG Homes and Communities;");
aI("status=What's New;text=Whats New;url=whatsnew.htm;");
aI("showmenu=Relocation;text=Relocation;url=relo.htm;");
aI("status=Financing;text=Financing;url=financing.htm");
aI("showmenu=Contact Us;text=Contact Us;");
}
with(milonic=new menuname("Homes")){
overflow="scroll";
style=menuStyle;
aI("text=Quick Delivery Homes;url=settlement.htm;")
aI("text=Communities;url=Communities.htm;")
aI("text=Model Homes;url=modelhomes.htm;")
aI("text=Floor Plans ;url=floorplans.htm;")
aI("showmenu=Estate Homes;status=Luxuary Estate Homes;text=Estate Homes;image=menu/images/red_dot.gif");
aI("showmenu=Single Homes;status=Luxuary Single Family Homes;text=Single Family Homes;image=menu/images/blue_dot.gif");
aI("showmenu=Carriage Homes;status=Luxuary Carriage Homes;text=Carriage Homes;image=menu/images/green_dot.gif");
aI("showmenu=Townhomes;status=Luxuary Townhomes;text=Town Homes;image=menu/images/yellow_dot.gif");
}
with(milonic=new menuname("Estate Homes")){
style=menuStyle;
aI("text=Cezanne;url=EstCez_Gallery.htm;");
aI("text=Covington;url=EstCovington_Gallery.htm;");
aI("text=Madison;url=EstMad_Gallery.htm;");
aI("text=Richmond;url=EstRich_Gallery.htm;");
aI("text=Tiffanie;url=EstTiff_Gallery.htm;");
aI("text=Waterforde Custom;url=EstWaterfordeCustom_Gallery.htm;");
}
with(milonic=new menuname("Single Homes")){
style=menuStyle;
aI("text=Ardmore;url=SngArdm_Gallery.htm;");
aI("text=Chadbourne;url=SngChad_Gallery.htm;");
aI("text=Chesterfield;url=SngChest_Gallery.htm;");
aI("text=Devon II;url=SngDevII_Gallery.htm;");
aI("text=Hamilton;url=SngHamilton_Gallery.htm;");
aI("text=Sterling;url=SngSterl_Gallery.htm;");
}
with(milonic=new menuname("Carriage Homes")){
style=menuStyle;
aI("text=Ashford;url=CarrAshford_gallery.htm;");
aI("text=Baldwin;url=CarrBald_Gallery.htm;");
aI("text=Dawson;url=CarrDawson_Gallery.htm;");
}
with(milonic=new menuname("Townhomes")){
style=menuStyle;
aI("text=Amherst;url=THAmherst_Gallery.htm;");
aI("text=Chambord;url=THBordeaux_Gallery.htm;");
aI("text=Durham;url=THDurh_Gallery.htm;");
aI("text=Edgemont;url=THEdgemont_Gallery.htm");
}
with(milonic=new menuname("Contact Us")){
style=menuStyle;
aI("text=Contact Us;url=contact.htm;");
aI("text=Employment;url=employment.htm;");
}
drawMenus();