Hallo,
könnte es sein, daß das falsch plazierte Semikolon hinter dem style vom IE akzeptiert wird, von NS
aber nicht?
falsch:
<DIV id="test_div" style="position:absolute; left:0; top:-200; z-index:0"; onclick="testfunc(0)">
richtig:
<DIV id="test_div" style="position:absolute; left:0; top:-200; z-index:0;" onclick="testfunc(0)">
<LAYER name="test_lay" onclick="testfunc(0)"></LAYER>
</DIV>
Reinhard.