Preserved Topic: iframes + z-index (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Dublin, Ireland |
posted 08-28-2002 22:57
My next icklepix design uses iframes, due to the fact that with the other bits and things the dhtmlscrolllbar I made runs way too slow on like any machine. |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 08-28-2002 23:20
I've had problems with both IE5.0 and IE5.5 specifying the z-index of <iframe>s, I don't believe there's much that can be done about that. I had several functions in my last project where I *needed* to hide an iframe behind another layer, but what I ended up doing instead was hiding it off the left edge of the screen instead. (From the viewers perspective, there was no difference.) My take is this: it's a bug, and you can't do anything about it. Choose a workaround and move on. |
Nervous Wreck (II) Inmate From: sj, ca, usa |
posted 08-28-2002 23:35
i was under the impression that iframes take precedence over other objects in general? I had to use an iFrame inside a div on a previous project just to get the div to be able to overlay select boxes.... |
Paranoid (IV) Inmate From: Dublin, Ireland |
posted 08-29-2002 00:37
Doc: As I suspected. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 08-29-2002 08:20
More information about this subject: http://www.webreference.com/dhtml/diner/seethru/ |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 08-29-2002 18:36 |
Nervous Wreck (II) Inmate From: Australia |
posted 08-29-2002 23:21
This works for me on IE6 and IE5.5 and NS7, but note that IE5 and lower doesnt support a windowless iframe so z-index stacking wont work in those version browsers |