Z-index

Hallo,

Ich habe ein Zindex-Problem mit einem Bild u. einem Java applet, so habe ich es benutzt:

Enter the title of your HTML document here

.style1{
position:absolute;
left:20px;
top:50px;
z-index:2;
}

.style2{
position:absolute;
left:50px;
top:50px;
z-index:1;
}

Warum kommt das Applet immer vorn und das Bild immer hinten?
Wie kann man das Problem lösen?

Grüss.
Hicham

Moien

Warum kommt das Applet immer vorn und das Bild immer hinten?

Das Applet ist ein Plugin und der Browser hat keine Kontrolle über desen Anzeigen.

Wie kann man das Problem lösen?

Bau das Bild in’s Applet ein.

cu