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:05
Outer Border not showing in NS 4.7
Poster: j.e.f.f
Dated: Thursday October 9 2003 - 16:10:21 BST
Hi folks
No matter what I do, I can't the outer border of my menu's top level to display under NS 4.7. It look sfine under IE and NS 7.
All sub menus display the borders properly.
My menu styles look like this:
Code:
with(menuStyle=new mm_style()){
onbgcolor="#666699";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#333333";
bordercolor="#9999cc";
borderstyle="solid";
borderwidth=1;
separatorcolor="#9999cc";
separatorsize="1";
padding=5;
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="#333333";
pagebgcolor="#99cc99";
headercolor="#000000";
headerbgcolor="#ffffff";
}
with(menuStyle2=new copyOf(menuStyle)){
subimage="assets/images/mis/mis_dhtml_arrow.gif";
subimagepadding="2";
}
onbgcolor="#666699";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#333333";
bordercolor="#9999cc";
borderstyle="solid";
borderwidth=1;
separatorcolor="#9999cc";
separatorsize="1";
padding=5;
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="#333333";
pagebgcolor="#99cc99";
headercolor="#000000";
headerbgcolor="#ffffff";
}
with(menuStyle2=new copyOf(menuStyle)){
subimage="assets/images/mis/mis_dhtml_arrow.gif";
subimagepadding="2";
}
The top level menu uses MenuStyle, all sub menus use MenuStyle2
Any ideas?
Poster: kevin3442
Dated: Friday October 10 2003 - 7:38:21 BST
J.e.f.f.
I wish I could help, but I can't see the problem. I copied your styles into the horizontal menu example from the Milonic website, set the Main Menu to use your menuStyle, set all subs to use menuStyle2, but the borders are there on the Main Menu as well as the subs when I load it locally into ns4.75.
Kevin