From: Robert R. <rra...@ya...> - 2000-10-30 22:43:51
|
In DynLayer.deleteElement() I changed: if (is.ie5 && this.elm.children.length>0) this.elm.removeNode(true) -to- if (is.ie5&&is.platform=="win32"&&this.elm.children.length>0) this.elm.removeNode(true) It seems that the IE 5 for the Mac doesn't support that either, so I added the windows check. I also set the .children = [] initialialy, so no more checking for it being an array and removed the hasChildren stuff. I updated the release at sourceforge. Robert -- Email: <mailto:rra...@ya...> PGP Key ID: 0x703D7F7C |