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