Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: SV: Re: overlapping Iframe in IE 5.0


Message #1 by "Robert Nyman" <robert.nyman@c...> on Thu, 19 Sep 2002 16:25:05 +0200
z-index only works for IE 5.5 and up on windows...

http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/zin
dex.asp


/Robert


-----Ursprungligt meddelande-----
Fr=E5n: Robert Adams [mailto:rob@e...]
Skickat: den 19 september 2002 15:22
Till: javascript
=C4mne: [javascript] Re: overlapping Iframe in IE 5.0


Here's a better, more succinct example i've what i'm talking about:

<span id=3Dtito style=3D"position:absolute; top:100px; left:100px;
width:200px; height:200px; z-index:99;">muffins</span>

<iframe id=3Dtito style=3D"position:absolute; top:100px; left:150px;
width:250px; height:200px; z-index:30;">

Both have a z-index style attribute, and both use position:absolute.
And, note the z-index values, higher appears higher on the stack of
layers, and lower values appear below those.

.rob

---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogramm
e
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogramm
e
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogramm
e
r-20


  Return to Index