Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

layer hiding in Netscape 4.x

Status
Not open for further replies.

fuli42

Technical User
Joined
Jul 9, 2002
Messages
74
Location
HU
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=&quot;layer1&quot; style=&quot;position:absolute; left: 40px; top: 140px; color: White;&quot;>
<a href=&quot;netscape.com&quot; style=&quot;color: Green;&quot;>netscape.com</a>
</div>

Notice the inline style used in the <a> tag. This would produce very strange errors...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top