Hi
i have just one small question before buying your menu system :
is there scrolling on all long submenus ?
the reason I'm asking is that the logic of my application calls for very long menus and submenus - if i roll over a menu link it will open the first-level menu with scrolling if it's too long to all fit in the window
if i then rollover a first-level menu item down near the bottom of the page this will open another long submenu - will this submenu have scrolling too ?
thanks
is there scrolling in long submenus ?
Hi
as each submenu is defined separate, you add an item-property
which adds a scroll bar, if there is not sufficient space for the entire menu.
If there is a menuheight specified, it is even possible to have the scrollbar right from the beginning visualized.
Please see
http://milonic.com/menuproperties.php
Michael
as each submenu is defined separate, you add an item-property
Code: Select all
overflow="scroll";
If there is a menuheight specified, it is even possible to have the scrollbar right from the beginning visualized.
Please see
http://milonic.com/menuproperties.php
Michael