It made me want to throw the computer out of the window...
If you use inline styles on an absolutely positioned layer, you will not be able to hide it in Netscape 4.x.
say:
<div id="layer1" style="position:absolute; left: 40px; top: 140px; color: White;">
<a href="netscape.com" style="color: Green;">netscape.com</a>
</div>
Notice the inline style used in the <a> tag. This would produce very strange errors...
If you use inline styles on an absolutely positioned layer, you will not be able to hide it in Netscape 4.x.
say:
<div id="layer1" style="position:absolute; left: 40px; top: 140px; color: White;">
<a href="netscape.com" style="color: Green;">netscape.com</a>
</div>
Notice the inline style used in the <a> tag. This would produce very strange errors...