[thelist] RE: writing to DIV in NS

Mark Howells mark at mountain.ch
Tue Jan 29 12:18:01 CST 2002


> Groan! I've just realised my stupid error - I need a 'layer' tag to be
> able
> to write to using document.layers in NN4.

You don't need a <layer> tag, you just need to interact with a <div>
using the right terminology ...

#myLayer {position: absolute}

... and ...

<div id="myLayer">This is a layer which works in Netscape.</div>

... together create a layer that forms part of the document.layers array
in Netscape.

Regards
Mark Howells
<http://www.mark.ac/evl>




More information about the thelist mailing list