Submenu Orientation

Submenus by default open on the right and downwards. You can specify a submenu to open right up, left down or left up in the following manner:

Panel Item^^ChildPanel,ru

The above will cause the submenu to open on the right and upwards. Other values are lu and ld for left-up and left-down respectively.

Display Limits

You can also specify the extreme x-coordinate and y-coordinate where the panel is allowed to be displayed in the browser. The panel will be automatically positioned such that it is entirely within the limits.

Panel Item^^ChildPanel,ru,x-coordinate,y-coordinate

For example,
Panel Item^^ChildPanel,ru,300,200  (child panel opens right up, x-limit: 300, y-limit: 200)
Panel Item^^ChildPanel,,300  (child panel opens right down, x-limit: 300, y-limit: none)
Panel Item^^ChildPanel,,,200  (child panel opens right down, x-limit: none, y-limit: 200)

See Menu Maker input for this menu

See HTML for this page