Hi,
The dhtml menubar I use works great in Firefox, but in IE (both 6 and 7) it gives an error and doesn’t load at all.
This is my code:
Hello,
Here is:
<body onload=“doOnLoad();”>
…
var menu;
function doOnLoad() {
menu = new dhtmlXMenuObject(“menu”, “modern_black”);
…
}
Thank you, that works!