Problem with Separator height on Mozilla/Safari

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
tjl
Advanced
Advanced
Posts: 10
Joined: Wed Mar 31, 2004 1:19 am

Problem with Separator height on Mozilla/Safari

Post by tjl »

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?
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

Can we have a little more to go on, a url, vertical or horizontal?

Thanks,
maz
tjl
Advanced
Advanced
Posts: 10
Joined: Wed Mar 31, 2004 1:19 am

Post by tjl »

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.
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

What you are seeing is 3D color, I don't see the total effect, but if you want to keep it thin remove or change the 3D color to hide it.

maz
tjl
Advanced
Advanced
Posts: 10
Joined: Wed Mar 31, 2004 1:19 am

Post by tjl »

That was it. Thanks much for the quick assistance.
Post Reply