Outer Border not showing in NS 4.7

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
j.e.f.f
Beginner
Beginner
Posts: 1
Joined: Thu Oct 09, 2003 4:06 pm

Outer Border not showing in NS 4.7

Post by j.e.f.f »

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: Select all

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";
}
The top level menu uses MenuStyle, all sub menus use MenuStyle2

Any ideas?
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

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
Post Reply