I use images for the main menu so I don't want any borders on it.
I also set the main menu position to relative so it will display in a table.
the submenus use divides so they are displayed as muilt-column.
I've tried every combination I can think of and simply cannot get the menu border to show up?
Any suggestions?
Code: Select all
with(menuStyle=new mm_style()){
//bordercolor="#296488";
//borderstyle="solid";
//borderwidth=1;
//margin=4;
}
with(submenuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
offborder="1px solid #3399CC";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#99CCFF";
offcolor="#000000";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Shadow(color=#777777', Direction=135, Strength=5)"; //Alpha(opacity=90);
padding=5;
}
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
style=menuStyle;
position="relative";
aI("showmenu=NFL;image=graphics/00000001/cattree/left_nav_nfl.png;");
aI("showmenu=NBA;image=graphics/00000001/cattree/left_nav_nba.png;");
}
with(milonic=new menuname("NFL")){
style=submenuStyle;
divides=3;
aI("align=center;text=Detroit Lions;url=/page/D3/CTGY/Detroit_Lions;");
aI("align=center;text=Buffalo Bills;url=/page/D3/CTGY/Buffalo_Bills;");
}