hi,
i use the menu_sample6_ver5_744 and want to change it a little bit but dont know how.
in the normal horizontal menu the first submenu opens vertical and the subsubmenu horizontal. i want to have it oposite.
i want the firste submenu open also horizontly directly under the mainmenu and the subsubmenu then vertical.
has anybody has an idea how to solve my problem.
thanks in advance
mcb
Menu6: Open Menus in oposite order
Hi
the DHTML Menu (Milonic main menu) and sub quick reference guide
and there
http://milonic.com/menuproperties.php
http://milonic.com/styleproperties.php
http://milonic.com/itemproperties.php
http://milonic.com/global_properties.php
....just some mouseclicks .........
syntax:
Michael
This and some more information you can get byorientation 9 Menus can be either horizontal or vertical and the orientation property is used to declare the type of menu you need. The default value for orientation is vertical and orientation is not a mandatory entry. You only need to declare this value if you need a menu in horizontal orientation.
the DHTML Menu (Milonic main menu) and sub quick reference guide
and there
http://milonic.com/menuproperties.php
http://milonic.com/styleproperties.php
http://milonic.com/itemproperties.php
http://milonic.com/global_properties.php
....just some mouseclicks .........
syntax:
Code: Select all
orientation="horizontal";
Michael