Multiple-Column Menus

A multiple-column menu panel is nothing more than a few single-column menu panels placed alongside one another! Usually, in the menumaker, you'd do the following to assign a single-column child panel (in this case, P1) to a particular menu item:

Menu Item^^P1

You can assign multiple child panels by appending one after another using "|", and the individual panels (in this case P1, P2 and P3) will be arranged neatly in columns:

Menu Item^^P1|P2|P3

Note: When two menu panels overlap, the panel that is defined further down in the menumaker is displayed on top. In this example, P4 is displayed on top of P1, P2 and P3.

See Menu Maker input for this menu

See HTML for this page