Hi, we are testing the milonic menus and just faced with the following problem:
If we have a long vertical menu (with a lot of rubrics) and if this menu is positioned at the bottom of browser, we cant' get menu to be showed at fixed position -> it is always jump to the top in order to show the whole menu. I mean, we need to show menu at one fixed position, and if browser bottom bar is an obsticle for showing the whole menu, the menu should be shown behind the browser tool bar, and if I want to see the whole menu, I should scroll down. Now it seems to be not possible, because the menu jumps always up in order to show all elements (rubrics) in menu.
How could we solve this problem?
Fixed position of menus
Just a thought...
It sounds like you might want to turn collision detection off. To do that, set
ignoreCollisions = true;
in your menu_data.js file. It's a global property, so you might want to put it at the top of your menu_data code, where the other global properties (like _subOffsetLeft) are set.
Hope that helps,
Kevin
It sounds like you might want to turn collision detection off. To do that, set
ignoreCollisions = true;
in your menu_data.js file. It's a global property, so you might want to put it at the top of your menu_data code, where the other global properties (like _subOffsetLeft) are set.
Hope that helps,
Kevin