The dhtml menu example looks different in IE and Firefox. In IE it is much
Return to Recent Questions
Q:
I am testing your image based vertical menu. I am happy with it and
about to buy the muti-site license if you can help me with one problem.
The menu looks different in IE compared to Firefox. In IE it is much
smaller.
A:
Try to specify units in "px":
var itemPadding="3px";
var itemStyles = [
["itemWidth=150px"],
]
var menuStyles = [
["smHeight=200px"],
];
Try that.
Return to Recent Questions
|