http://www.gatabasketball.com
Here is my menu_data content:
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=2;
_subOffsetLeft=-2;
with(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#FFFFFF";
offbgcolor="#005EAD";
offcolor="#FFFFFF";
bordercolor="#005EAD";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="0";
padding="5";
fontsize="12px";
fontstyle="bold";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#005EAD";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding=0;
}
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
orientation="horizontal";
style=menuStyle;
top=0;
}
with(milonic=new menuname("Sponsor")){
style=menuStyle;
itemheight=20;
aI("text=Fundraisers;url=/sponsors;");
aI("text=Sponsorship;url=/sponsors/spons01.php;");
aI("text=Donations;url=/sponsors/donate01.php;");
aI("image=/images/menu_drop01.jpg;type=header;");
}
drawMenus();