Fixed position of menus

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
plast
Beginner
Beginner
Posts: 1
Joined: Thu Mar 03, 2005 12:47 pm
Contact:

Fixed position of menus

Post by plast »

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?
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

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

Ruth
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

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
Post Reply