|
The submenu of image rollover menu will continue to grow horizontally.
Return to Recent Questions
Q:
We are having a problem with your image rollover menu, when you go down
into a sub menu, and then back to the item that called it, the sub
menu will grow.
For example, if i have this image rollover menu structure
File
     New
     Save
     Exit
If I MouseOver New and then MouseOver File and again New the submenu will grow horizontally.
I know its something we have done with the image rollover menu, since there doesn't seem to
be a problem on your site.
A:
We heard about such problems with image rollover menu. I suppose that you have such effect
in IE.
Please, try not to use shadow in the image rollover menu.
Please, set the following parameter:
var shadowLen=0;
Try also write all units in "px", for example:
var itemPadding = "3px";
Return to Recent Questions
|