Mouseover event

Hi-



I earlier asked a question regarding the mouseover event on the menu item. However I found this answer posted soon after:



Sub Menu Open on mouseover of Top Menu Items



Hi. I am using the dhtmlxMenu and would like to be able to open children of the toplevel menu

upon mouseover. It appears that you have to click on the toplevel menu first to get the mouseover to

work. Thanks in advance.

Answer posted on Sep 25, 2007 18:49

Default mode can be switched to required one by

menu.enableWindowOpenMode(false);



I use this and the mouseover works great now. The only problem is when you first roll over a menu, it kind of shrinks in size a little. Is there a way to prevent this?



Keith

The only problem is when you first roll over a menu, it kind of shrinks in size a little. Is there a way to prevent this?
The problem can’t be reconstructed locally - if problem still occurs for you - please provide any kind of sample where problem can be reconstructed ( you can send it directly to support@dhtmlx.com )

The issue may be caused by some css clashing or by not set size of menu elements - but it hard to suggest anything without ability to reconstruct issue.