Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:50
Separator Images Only Show On Rolloff
Poster: shep123
Dated: Monday October 23 2006 - 17:28:20 BST
I have a horizontal menu that uses a separator between each menu item. The problem is the separator image doesn't show up until after I roll over and off a menu item. I used the following data to format the menu. Can anyone see what I'm missing?
with(menuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="16px";
fontstyle="normal";
fontweight="bold";
oncolor="#ffffff";
offcolor="#ffffff";
onbgcolor="#2a75b2";
offbgcolor="#2a75b2";
separatorsize=3;
separatorheight=10;
separatorwidth=3;
}
with(milonic=new menuname("Main Menu")){
style=menuStyle;
position="relative";
alwaysvisible=1;
itemwidth="1%";
menuwidth="100%";
alwaysvisible=1;
orientation="horizontal";
itemheight=15;
align="center";
aI("text=Location;url=http://www.milonic.com/;separatorheight=30;separatorwidth=3;separatorimage='/images/mm_separator.gif';align='center';padding=5;");
aI("showmenu=TempSubnav;text=Why Norwich;separatorheight=30;separatorwidth=3;separatorimage='/images/mm_separator.gif';align='center';padding=5;");
aI("text=Phase 1;separatorheight=30;separatorwidth=3;separatorimage='/images/mm_separator.gif';align='center';padding=5;");
aI("text=About Us;separatorheight=30;separatorwidth=3;separatorimage='/images/mm_separator.gif';align='center';padding=5;");
aI("text=PDF Access;separatorheight=30;separatorwidth=3;separatorimage='/images/mm_separator.gif';align='center';padding=5;");
aI("text=News;padding=5;");
}
Do I abandon all hope here?
Poster: shep123
Dated: Tuesday October 24 2006 - 15:40:05 BST
No one has any idea what I might be doing wrong? Is this a bug? I tried to find an example menu, but had no luck. Any help would be GREATLY appreciated!