Obviously your dynamic drop down menus are NOT cross browser usable
Return to Recent Questions
Q:
Obviously your menus are NOT cross browser usable, as you can e.g.
Padding does not work in opera, while it works in IE.
When will there be an update on that bug?
A:
Deluxe Menu works fine in all browsers.
Try to set exact width for the menu width and menu height, try also to specify units
in "px":
var menuWidth="500px";
var menuHeight="20px";
var smWidth="116px";
You should also check your padding parameter, you should write it so:
var itemPadding="1px 1px 1px 12px";
Return to Recent Questions
|