Separator between menus
-
- Beginner
- Posts: 3
- Joined: Sun May 19, 2002 7:24 pm
Separator between menus
<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
<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>
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>