Will Netscape, all versions of 4.x, support a dynamically written div or should a layer tag be used?
for example, will this work in NS 4.x?
document.write('<div top="10" left="10" style="position:absolute, background-color:blue;heigth:100;width:100;">text here</div>');
but absolutely-positioned divs are incredibly unstable in ns4. If you're determined to provide rich content for ns4, then you'd do well to investigate its <layer> setup.
Last edited by brothercake; 01-10-2003 at 07:15 PM..