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:17
Horizontal menus, horizontal submenus
Poster: Omega430
Dated: Wednesday November 13 2002 - 6:03:33 GMT
Is there a way to convert the "Milonic" menu from vertical dropdown to horizontal listing? I basically want the submenu to appear directly below the main menu( horizontally). If not, can someone point me in the right direction for this type of menu?
Chris
Poster: trytrix
Dated: Wednesday November 13 2002 - 18:25:35 GMT
HI,
Code:
addmenu(menu=[
1, // 12) Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
1, // 12) Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
Just set the 12th menu item definition to 1 ....
Cheers,
Trytrix