Separator lines on sub menu only

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
JesseLY
Beginner
Beginner
Posts: 5
Joined: Wed Mar 01, 2006 8:34 pm

Separator lines on sub menu only

Post by JesseLY »

Is there a way to make a separator line on a sub-menu only, but not have it effect the top level menu?

I'm sure it's a simple tweak, but I can't seem to find the answer.

Thanks..

-Jesse
Boris
Advanced
Advanced
Posts: 10
Joined: Tue Jan 23, 2007 3:21 pm

Post by Boris »

Yes, just use a different style for the main menu and the sub menu.

Here's an example:
with(menuStyle=new mm_style()){
...
}

subMenuStyle=new copyOf(menuStyle);
subMenuStyle.separatorsize=1;
subMenuStyle.separatorcolor="color";

Enjoy,

Boris
Post Reply