Bini's Unterrichtsmaterial

Quellcode von zindex-14.css

/* zindex-14.css 04.2012 bi */
figure {position:absolute;
    }
figure.f1 {top:170px; left:50px;
    z-index:3;                    /* oberstes Objekt */
    filter: alpha(opacity=75);    /* fuer alte IE */
    opacity:0.75;                /* neu in CSS3 */
    }    
figure.f2 {top:240px; left:100px;
    z-index:2;
    }
figure.f3 {top:310px; left:150px;
    z-index:1;
    }