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