Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

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:43

Separator between menus


Poster: jnovian __at__ premiereradio.com
Dated: Wednesday April 3 2002 - 21:03:13 BST

<HTML>How do I place a seperator line between each option group? I could do it in the old vers, but not this one. Am I missing something??</HTML>

Re: Separator between menus


Poster: Anonymous
Dated: Sunday May 19 2002 - 19:51:24 BST

<HTML>Hi,

Open menu_array.js

In the sections addmenu ... for example :

addmenu(menu=["generalnews",
,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
,"CNN","http://www.cnn.com",,,0
,"MSNBC","http://www.msnbc.com",,,0 //change 0 to 1 where you want put your separator and the line becomes:

,"MSNBC","http://www.msnbc.com",,,1

Hope it can help.</HTML>