Multiple styles displayed vertically??

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
webmonkey8
Advanced
Advanced
Posts: 11
Joined: Fri Oct 03, 2003 10:30 pm

Multiple styles displayed vertically??

Post by webmonkey8 »

Hello, for the Multiple Styles menu, is it possible to display the menu vertically? I know the Vertical Navigational Bar as well as the Horizontal Navigational Bar has this option for changing either displaying the menu horizontally or vertically.
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

The orientation of the menu is not really a property of the style, it is a property of the menu itself. Therefore it is possible to display any menu vertically or horizontally. A menu will be horizontal if you include

Code: Select all

orientation="horizontal";
in the menu definition (same place you'd set style=..., top=... etc.).

A menu will be vertical, by default, if you omit the orientation property, or if you include

Code: Select all

orientation="vertical";
in the menu definition.

Hope that helps,

Kevin
Post Reply