Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Layers 2 work in bot netscape and IE


Message #1 by "Andrew Scott" <Andrew@c...> on Fri, 15 Dec 2000 14:44:34 -0000
<html><DIV>
<P>To set the visibility in netscape use:</P>
<P>document.divname.visibility="show"/"hide"</P>
<P>In IE use:</P>
<P>document.style.visibility="visible"/"hidden"</P>
<P>For information on layers <A href="http://www.dansteinman.com">www.dansteinman.com</A> is a very good
source.</P>
<P>Shobha.<BR><BR></P></DIV>
<DIV></DIV>
<DIV></DIV>>From: "Andrew Scott" <ANDREW@C...>
<DIV></DIV>>Reply-To: "javascript" <JAVASCRIPT@P...>
<DIV></DIV>>To: "javascript" <JAVASCRIPT@P...>
<DIV></DIV>>Subject: [javascript] Layers 2 work in bot netscape and IE 
<DIV></DIV>>Date: Fri, 15 Dec 2000 14:44:34 -0000 
<DIV></DIV>> 
<DIV></DIV>>Hi all 
<DIV></DIV>> 
<DIV></DIV>>What TAG do i use to create layers that work in both Netscape and IE I'd 
<DIV></DIV>>prefer it to work with quite old versions of these browsers too. 
<DIV></DIV>> 
<DIV></DIV>>Curently I have been using the 
<DIV>tag with some javascript to set the </DIV>>visiblity but this only work in IE. 
<DIV></DIV>> 
<DIV></DIV>>Any help much apreciated 
<DIV></DIV>> 
<DIV></DIV>>Andy Scott 
<DIV></DIV>> 
<DIV></DIV>>--- 
<DIV></DIV>>NEED TECHNICAL TIPS, TOOLS, AND INSIGHTS? Is FREE okay? 
<DIV></DIV>>Visit EarthWeb for the latest in IT Management, Software Development, 
<DIV></DIV>>Web Development, Networking & Communications, and Hardware & Systems. 
<DIV></DIV>>Click on http://www.earthweb.com for FREE articles, tutorials, 
<DIV></DIV>>and discussions from the experts. 
<DIV></DIV>>--- 
<DIV></DIV>>
<DIV></DIV>>To unsubscribe send a blank email to leave-javascript-$subst('Recip.MemberIDChar')@p2p.wrox.com 
<DIV></DIV>> 
<DIV></DIV><br clear=all><hr>Get your FREE download of MSN Explorer at <a
href="http://explorer.msn.com">http://explorer.msn.com</a><br></p>
--- <BR>
NEED TECHNICAL TIPS, TOOLS, AND INSIGHTS?  Is FREE okay?<BR>
Visit EarthWeb for the latest in IT Management, Software Development, <BR>
Web Development, Networking & Communications, and Hardware & Systems.  <BR>
Click on http://www.earthweb.com for FREE articles, tutorials,<BR>
and discussions from the experts.<BR>
---<BR>
You are currently subscribed to javascript as: $subst('Recip.EmailAddr')<BR>
To unsubscribe send a blank email to leave-javascript-$subst('Recip.MemberIDChar')@p2p.wrox.com<BR>

</html>

  Return to Index