I have already tried using a left offset for the submenu. When I set it to the correct placement (left="offset=-468";), it was perfect at 1600x1200, but off to the very left in the brown area at 1024x768. So now I am using a right-to-left openstyle, with the same results. I also tried adding itemwidths for each submenu image, to no avail. Here is my code for the menu data file:
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=0;
_subOffsetLeft=0;
with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
padding=0;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=0;
}
with(submenuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#515151";
onbgcolor="#FFFFFF";
oncolor="#ffffff";
outfilter="Fade(duration=0.5)";
overfilter="Fade(duration=0.5);Alpha(opacity=100)";
padding=0;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=0;
}
with(milonic=new menuname("Menu")){
orientation="horizontal";
openstyle="rtl";
style=submenuStyle;
aI("image=images/nav_splashabout1.jpg;pageimage=images/nav_splashabout3.jpg;overimage=images/nav_splashabout2.jpg;url=about_us.html;itemwidth=88;");
aI("image=images/nav_awards1.jpg;pageimage=images/nav_awards3.jpg;overimage=images/nav_awards2.jpg;url=our_awards.html;itemwidth=103;");
aI("image=images/nav_news1.jpg;pageimage=images/nav_news3.jpg;overimage=images/nav_news2.jpg;url=latest_news.html;itemwidth=106;");
aI("image=images/nav_wherebuild1.jpg;pageimage=images/nav_wherebuild3.jpg;overimage=images/nav_wherebuild2.jpg;url=#;itemwidth=127;");
aI("image=images/nav_gallery1.jpg;pageimage=images/nav_gallery3.jpg;overimage=images/nav_gallery2.jpg;url=#;itemwidth=115;");
aI("image=images/nav_contact1.jpg;pageimage=images/nav_contact3.jpg;overimage=images/nav_contact2.jpg;url=contact_us.html;itemwidth=103;");
}
drawMenus();
Anyway, if anyone can PLEASE help me out, it would be much appreciated.
Thanks.