Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:32
Separator with height=3px
Poster: nobo
Dated: Friday July 12 2002 - 7:00:42 BST
Is it possible to use a separator with an individual height in vertical menu?
Where can I adjust this?
Poster: Andy
Dated: Friday July 12 2002 - 11:30:50 BST
Hi,
It's the last parameter for each menu item
Code:
,"Contact Us", "contactus.php",,,3
Has a separator height of 3 pixels.
You can also change the color of the separator with this:
Code:
,"Contact Us", "contactus.php separatorcolor=red;",,,3
Cheers
Andy