Bini's Unterrichtsmaterial

Quellcode von zindex-12.css

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