Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:51

Fixed position of menus


Poster: plast
Dated: Thursday March 3 2005 - 12:00:34 GMT

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?


Poster: Ruth
Dated: Thursday March 3 2005 - 12:31:55 GMT

Could you possibly put up a test page so we can see the layout and problem?

Ruth


Poster: kevin3442
Dated: Friday March 4 2005 - 0:02:30 GMT

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