I have the separatorheight parameter set to 1 and it renders fine on IE. However on Mozilla 1.6 and Safari 1.2, the separatorheight renders as 2px.
Any suggestions on how to correct this problem?
Problem with Separator height on Mozilla/Safari
The menu is horizontal. Sorry that I can't post a URL since the site is behind the firewall.
The style parameters are as follows:
with(menuStyle=new mm_style()){
onbgcolor="#cccccc";
oncolor="#000000";
offbgcolor="#dbddde";
offcolor="#4f5050";
bordercolor="#4f5050";
borderstyle="solid";
borderwidth=1;
separatorcolor="#4f5050";
separatorsize=1;
padding=4;
fontsize="10px";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#dbddde";
headercolor="#000000";
headerbgcolor="#ffffff";
high3dcolor="#000000";
low3dcolor="#000000";
}
Let me know if there is any additional information that I should post.
The style parameters are as follows:
with(menuStyle=new mm_style()){
onbgcolor="#cccccc";
oncolor="#000000";
offbgcolor="#dbddde";
offcolor="#4f5050";
bordercolor="#4f5050";
borderstyle="solid";
borderwidth=1;
separatorcolor="#4f5050";
separatorsize=1;
padding=4;
fontsize="10px";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#dbddde";
headercolor="#000000";
headerbgcolor="#ffffff";
high3dcolor="#000000";
low3dcolor="#000000";
}
Let me know if there is any additional information that I should post.