Separator between menus

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
jnovian@premiereradio.com
Beginner
Beginner
Posts: 3
Joined: Sun May 19, 2002 7:24 pm

Separator between menus

Post by jnovian@premiereradio.com »

<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>
Guest

Re: Separator between menus

Post by Guest »

<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>
Post Reply