Tel: 01737 766930
Email: info@ultimatedb.net
Ultimate Database Ltd.
 

M
e
n
u

(
S
t
a
n
d
a
r
d
)

{MENU(n1, c1, n2, c2)}

Displays a menu without using Java Script:

'n1' as the indent from the left (in spaces) for sub menu items.

'c1' is the class list used for the different menu levels. eg 'ABB' says that class li.m-sel-a is used for top level menu buttons and li.m-sel-b is used for sub-levels.
Note that 'sel' is the 'selected' menu item - 'itm' is for other items but they still use the A and B suffix.

'n2' is the object id of the Home page for that menu (which is usually the site's home page).

'c2' is the css entry that can be used to affect each menu item. eg 'mspan' would create a span around each menu item using class=mspan.