spacer
Yehuda Shiran February 8, 2001
Controlling Stackable Frame Sequence
Tips: February 2001

Yehuda Shiran, Ph.D.
Doc JavaScript

Developer News
Microsoft Shows Off Silverlight 4, IE9 Plans
Metasploit Expands Vulnerability Test Framework
HyperCard Reborn?

One of the advantages of the new IFRAME tag in Internet Explorer 5.5 and Netscape 6 is that you can control the z-index of each frame. This page shows three frames overlapping each other in a reverse order. The default order would have positioned the last frame at the top. By using the z-index, we can change this order and place the last frame at the bottom. Here is the code to implement these three frames:

<IFRAME NAME="Frame1" SRC="010131.html" style="position:absolute; top:20; left:50; z-index:3">
</IFRAME>
<IFRAME NAME="Frame2" SRC="010131.html" style="position:absolute; top:60; left:90; z-index:2">
</IFRAME>
<IFRAME NAME="Frame3" SRC="010131.html" style="position:absolute; top:100; left:130; z-index:1">
</IFRAME>

People who read this tip also read these tips:

Look for similar tips by subject:

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
Creating a Banking Application Deposit Script · Rolling Out Your Own HTML Application Version Control · HTML 5: Client-side Storage
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
XPath Support for Working with XML Data in MySQL · SSDs Take Center Stage · WebPlus X4 Adds New Features for Easy Site Design