The mouseover menu javascript will continue to expand horizontally.
Return to Recent Questions
Q:
We are having a bit of trouble with your menu, when you go down
into a sub menu, and then back to the item that called it, the sub
menu expands.
For example, if i have this menu structure
File
     New
     Save
     Exit
When i MouseOver New and then MouseOver File, the menu
containing New, Save and Exit will grow. If i keep doing this then
the menu will continue to expand horizontally.
I know its something we have done, since there doesn't seem to
be a problem on your site, its just i don't know what it is
A:
Rozi, we heard about such problems. I suppose that you see such effect
in IE.
Please, try not to use shadow in the menu.
Please, set this parameter:
var shadowLen=0;
We'll correct this bug soon.
Try also write all units in "px", for example:
var itemPadding = "3px";
Return to Recent Questions
|