I can't post a link because the site is still internal, but I can post the menu code.
Sub Menu With a Scroll Bar (100% working):
Code: Select all
_menuCloseDelay=1000;
_menuOpenDelay=100;
_subOffsetTop=10;
_subOffsetLeft=-10;
var menH = 120;
var menL = 'offset=297';
with(menuStyle=new mm_style()){;
onbgcolor='#005645';
oncolor='#FFFFFF';
offbgcolor='#006C50';
offcolor='#FFFFFF';
bordercolor='#000000';
borderstyle='solid';
borderwidth=1;
separatorcolor='#000000';
separatorsize='0';
padding=1;
fontsize='10px';
fontstyle='normal';
fontfamily='Verdana, Tahoma, Arial';
fontweight='bold'; headercolor='#000000';
headerbgcolor='#ffffff';
subimage='/siteTemplate/images/arrow.gif';
subimagepadding='2';
itemwidth=147;
}
with(milonic=new menuname('rightmenu')){
style=menuStyle;
top='40';
keepalive=0;
screenposition='center';
left=menL;
overflow='scroll';
alwaysvisible=1;
menuheight=menH;
menuwidth=147;
aI('text=Business Development;url=/siteTemplate/cityhall/departments/businessdevelopment/;');
aI('text=Business Directory;url=/siteTemplate/business/businessdirectory/;');
aI('text=Business Improvement Areas;url=/siteTemplate/cityhall/departments/planning/biaMaps.asp;');
aI('text=Business Links;url=/siteTemplate/services/links/;');
aI('text=Business Newsletter;url=/siteTemplate/business/newsletter.asp;');
aI('text=Business Profile;url=/siteTemplate/business/businessprofile/;');
aI('text=Community Profile;url=/siteTemplate/business/communityprofile/;');
aI('text=Development Guide;url=/siteTemplate/business/developmentguide/;');
aI('text=Licencing;url=/siteTemplate/cityhall/departments/clerks/licencefeeschedule.asp;');
aI('text=New Developments;url=/siteTemplate/business/newdevelopments/;');
aI('text=Real Estate;url=/siteTemplate/business/realestate/;');
aI('text=Small Business Enterprise Centre;url=/siteTemplate/business/businessselfhelp/;');
}
drawMenus();
Code: Select all
_menuCloseDelay=1000;
_menuOpenDelay=100;
_subOffsetTop=10;
_subOffsetLeft=-10;
var menH = 120;
var menL = 'offset=297';
with(menuStyle=new mm_style()){;
onbgcolor='#005645';
oncolor='#FFFFFF';
offbgcolor='#006C50';
offcolor='#FFFFFF';
bordercolor='#000000';
borderstyle='solid';
borderwidth=1;
separatorcolor='#000000';
separatorsize='0';
padding=1;
fontsize='10px';
fontstyle='normal';
fontfamily='Verdana, Tahoma, Arial';
fontweight='bold'; headercolor='#000000';
headerbgcolor='#ffffff';
subimage='/siteTemplate/images/arrow.gif';
subimagepadding='2';
itemwidth=147;
}
with(milonic=new menuname('rightmenu')){
style=menuStyle;
top='40';
keepalive=0;
screenposition='center';
left=menL;
overflow='scroll';
alwaysvisible=1;
menuheight=menH;
aI('text=Heritage Walking Tour;url=/siteTemplate/aboutniagarafalls/history/heritagewalkingtour.asp;');
}
drawMenus();
Thanks,
Shawn