• 08.01.2024A

    Premier exemple avec 6 images horizontales en 800x600px.

    SURVOL

     

     

     

     

     

     



    <div style="width: 800px; height: 600px; text-align: left; margin: 30px auto;">
    <p id="sc0">SURVOL</p>
    <p id="sc1" class="sc">&nbsp;</p>
    <p id="sc2" class="sc">&nbsp;</p>
    <p id="sc3" class="sc">&nbsp;</p>
    <p id="sc4" class="sc">&nbsp;</p>
    <p id="sc5" class="sc">&nbsp;</p>
    <p id="sc6" class="sc">&nbsp;</p>
    </div>

    <style><!--
    #sc0{position:absolute; z-index:1; width:30px; height:100px; font-size:30px; transform:translate(0px,50px);}
    .sc{position:absolute; z-index:1;border:3px solid white; filter:grayscale(1); transition:width 1s, height 1s, transform 1s, background 1s;}
    #sc1{box-sizing:border-box; width:350px; height:200px; background:url('http://ekladata.com/FY7H08UU5ZcAVA-hAsc97K4Clyk.jpg'); background-position:-50px 0px; transform:translate(50px,0px) skewx(25deg);}
    #sc2{box-sizing:border-box; width:350px; height:200px; background:url('http://ekladata.com/gthbgYXbbMv8LeyT0gOtWsgBRn4.jpg'); background-position:-400px 0px; transform:translate(400px,0px) skewx(25deg);}
    #sc3{box-sizing:border-box; width:350px; height:200px; background:url('http://ekladata.com/b1R29v-neTq8E3MExFelGEq9O08.jpg'); background-position:-50px -200px; transform:translate(50px,200px) skewx(-25deg);}
    #sc4{box-sizing:border-box; width:350px; height:200px; background:url('http://ekladata.com/lEAI9k8YOR3OR8HGflqNjbqFGx0.jpg'); background-position:-400px -200px; transform:translate(400px,200px) skewx(-25deg);}
    #sc5{box-sizing:border-box; width:350px; height:200px; background:url('http://ekladata.com/n_slI4yqNi1rFm38_ZzQrZ28Oys.jpg'); background-position:-50px -400px; transform:translate(50px,400px) skewx(25deg);}
    #sc6{box-sizing:border-box; width:350px; height:200px; background:url('http://ekladata.com/cterMSuI8dTtchXFgWT9G33t4T0.jpg'); background-position:-400px -400px; transform:translate(400px,400px) skewx(25deg);}
    #sc1:hover,#sc2:hover,#sc3:hover,#sc4:hover,#sc5:hover,#sc6:hover{z-index:5; width:800px; height:600px; background-position:0px 0px; transform:translate(0px,0px); filter:grayscale(0);}
    --></style>