Separator with height=3px

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
nobo
Beginner
Beginner
Posts: 1
Joined: Fri Jul 12, 2002 6:55 am

Separator with height=3px

Post by nobo »

Is it possible to use a separator with an individual height in vertical menu?
Where can I adjust this?
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

It's the last parameter for each menu item

Code: Select all

,"Contact Us", "contactus.php",,,3
Has a separator height of 3 pixels.

You can also change the color of the separator with this:

Code: Select all

,"Contact Us", "contactus.php separatorcolor=red;",,,3
Cheers
Andy
Post Reply