|
Obviously your navigation menu are NOT cross browser usable...
Return to Recent Questions
Q:
Obviously your navigation menu 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:
navigation menu works fine in all browsers.
You should set exact width for the navigation menu width and navigation 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, write it in the following way:
var itemPadding="1px 1px 1px 12px";
Return to Recent Questions
Related:
|