Padding from screen border

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
maksik
Beginner
Beginner
Posts: 2
Joined: Tue May 10, 2005 10:16 am

Padding from screen border

Post by maksik »

Hello, all!
We have menu installed in:
http://home.netvision.net.il
and recently upgraded to new version.
In resolution 800x600 the most right dropdown menu (our page is RTL hebrew) is not opened directly under the main menu, it has some padding from the right screen border.
How can I prevent that?
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

It moves over because of the built-in anti-collision method, so that the right side of the menu doesn't get clipped by the right side of the browser window. To disable collision detection, set ignoreCollisions=true; at the top of your menu_data file, where other global properties, like _menuCloseDelay, are set.

Cheers,

Kevin
maksik
Beginner
Beginner
Posts: 2
Joined: Tue May 10, 2005 10:16 am

Post by maksik »

Thanks a lot, it works.
Maksim.
Post Reply