I have a problem. The length of my page change when I add the menu - it works perfect without the menu.
Link:
http://www.tackleprices.com/merchant/
This is my code (hope it is enough):
_menuCloseDelay=400 // The time delay for menus to remain visible on mouse out
_menuOpenDelay=130 // The time delay before menus open on mouse over
_followSpeed=5 // Follow scrolling speed
_followRate=40 // Follow scrolling Rate
_subOffsetTop=10 // Sub menu top offset
_subOffsetLeft=-10 // Sub menu left offset
_scrollAmount=3 // Only needed for Netscape 4.x
_scrollDelay=20 // Only needed for Netcsape 4.x
with(menuStyle=new mm_style()){
align="left";
onbgcolor="#333333";
oncolor="#66CCFF";
offbgcolor="#CFDBEB";
offcolor="#000000"; // Text colour
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
separatoralign="right";
separatorwidth="100%";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#999999";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.tackleprices.com/merchant/menu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0.2)";
}
with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=100;
left=0;
menuwidth="100%";
menualign="center";
alwaysvisible=1;
followscroll="1";
orientation="horizontal";
aI("text=Home;url=http://www.tackleprices.com/merchant/;");
aI("text=Brands;showmenu=Brands;");
aI("text=Series;showmenu=Series;");
aI("text=Products;showmenu=Products;");
aI("text=Prices;showmenu=Prices;");
aI("text=Statistics;showmenu=Statistics;");
}