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