UCENwebster
Programmer
lets say I have a nested sublayer:
<div id='biglayer'>
<div id='nested_layer'></div>
</div>
and I want to change the properties of the nested layer called 'nested_layer' from a javascript function. How do I reference that layer in IE and NN? I appreciate any help you can offer
<div id='biglayer'>
<div id='nested_layer'></div>
</div>
and I want to change the properties of the nested layer called 'nested_layer' from a javascript function. How do I reference that layer in IE and NN? I appreciate any help you can offer