buergle: iframes und z-index

Ich möchte per javascript eine Grafik über ein iframe hinweg bewegen, das geht bei IE und Netscape auch ganz super, aber Opera6 Ignoriert die Angabe z-index und legt die Grafik hinter das iframe.
Hab ich was falsch gemacht oder ist das ein "Opera-Fehler"?
Obwohl iframe z-index 0 hat ist es nur in Opera über den Bildern...!
Was kann man tun?
Hier ein statisches Testbeispiel (mit IE und dann mit Opera ansehen):

<html>
 <head>
  <title>
    Opera kann das nicht...?
  </title>
 </head>
 <body>
  <img src="gif/bild.gif"  id="titelbild" style="position:absolute; width:30; height:30; z-index:2; top:190px; left:190px;">
  <img src="gif/bild2.gif"  id="titelbild2" style="position:absolute; width:110; height:110; z-index:1; top:195px; left:195px;">
  <iframe style="position:absolute; width:300; height:300; z-index:0; top:200px; left:200px;" src="egal.htm">
</iframe>
 </body>
</html>

Grüße, Buergle

  1. Hi,

    Ich möchte per javascript eine Grafik über ein iframe hinweg bewegen, das geht bei IE und Netscape auch ganz super, aber Opera6 Ignoriert die Angabe z-index und legt die Grafik hinter das iframe.

    AFAIK geht das in Opera 6 nicht.

    LG Orlando

    1. Hi,

      Ich möchte per javascript eine Grafik über ein iframe hinweg bewegen, das geht bei IE und Netscape auch ganz super, aber Opera6 Ignoriert die Angabe z-index und legt die Grafik hinter das iframe.

      AFAIK geht das in Opera 6 nicht.

      Hi!
      Sorry, AFAIK=???
      Grüße, Buergle :)

      LG Orlando

      1. Hi,

        Sorry, AFAIK=???

        As Far As I Know, AFAIR ;)

        siehe auch </faq/#Q-22>

        LG Orlando