|
Obviously your horizontal css menus are NOT cross browser usable...
Return to Recent Questions
Q:
Obviously your horizontal css menus 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:
horizontal css menus works fine in all browsers.
You should set exact width for the horizontal css menus width and horizontal css menus 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:
|