From: Bill L. <wil...@ve...> - 2001-02-10 19:06:34
|
The amazing martin str=F6m posted a solution to this problem last month o= n the help list. Check it out: > there's a bug on mac IE5 which causes the > layer to move when content is written to it. > (using .innerHTML which the ie-part of setHTML() > uses to write content to DynLayers) > > the fix is pretty easy, just include a linebreak, \n > at the end of the setHTML() call: > > .setHTML('<table><tr><td>jadsfhajshfkjlasdhf</td></tr></table>\n'); -bill |