Horizontal menus, horizontal submenus

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
Omega430
Beginner
Beginner
Posts: 2
Joined: Wed Nov 13, 2002 6:58 am

Horizontal menus, horizontal submenus

Post by Omega430 »

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
User avatar
trytrix
Super Advanced
Super Advanced
Posts: 92
Joined: Thu Sep 26, 2002 9:46 pm
Location: Flanders / Belgium
Contact:

Post by trytrix »

HI,

Code: Select all

addmenu(menu=[
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
You're Never Fully Dressed Without A :D Smile !

"From Image Flanders, one of Europe's most dynamic regions" - Visit : http://www.toerismevlaanderen.be
Omega430
Beginner
Beginner
Posts: 2
Joined: Wed Nov 13, 2002 6:58 am

Post by Omega430 »

I have that set. I want the sub menu to be horizontal too.
like this:

mainmenu
sub sub sub sub

instead of:

mainmenu
sub
sub
sub
sub
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Adding my two cents, since I'm here... ;)

The 12th element applies to any menu, including submenus. If you want a submenu to be horizontal, then set the 12th element in its array to 1.

Hope that helps,

Kevin
Post Reply