Mac border style issues

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
gothik
Beginner
Beginner
Posts: 1
Joined: Tue Apr 27, 2004 1:07 am
Location: Coledale, NSW, Australia

Mac border style issues

Post by gothik »

Hey guys

I seem to have a problem with turning borders on with Macs. They work fine on a pc but they are just invisible in Safari and IE5.X.

This is the submenu style I'm using:

with(subMenuStyle=new mm_style())
{
onbgcolor="#ffffff";
oncolor="#ff8500";
offbgcolor="#ffffff";
offcolor="#000000";
separatorcolor="#000000";
separatorsize="0";
padding="5";
fontsize="10";
fontstyle="bold";
fontfamily="Verdana, Arial, Helvetica";
borderwidth="1px";
bordercolor="black";

}

Any help would make my day a lot better 8)
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

You haven't set a borderstyle; e.g., borderstyle="solid";.

Got a URL?
John
Post Reply