Hi all Dynapi community,
In DynAPI 2.5.7
I got a problem in NS4 to access a layer when some
nested layer are created:
<div id="layer1">
<div id="clayer1">Child Layer</div>
</div>
<div id="layer2">other Layer</div>
<div id="layer3">other Layer</div>
I can access to layer1, clayer1
but In NS4, I got a javascript error: "clayer1 has no
properties" when I want to work with layer2
: for example layer2.moveTo(20,20)
It works in IE6 and NS6
Help, Help wanted,
Thanx
html file of the pb: to run in NS4.79