Bonsoir a tous,
je suis actuellement en train d'integrer un slideshow sur ma page web mais il y a un probléme, les images de ce superpose pas donc ne bouge pas...Je pense pourtant n'avoir fait aucun erreur..
Je vous met mon code ci dessous au cas ou quelqu'un trouverais une solution a mon probléme.
Modifié par Falso (27 Apr 2016 - 21:55)
je suis actuellement en train d'integrer un slideshow sur ma page web mais il y a un probléme, les images de ce superpose pas donc ne bouge pas...Je pense pourtant n'avoir fait aucun erreur..
Je vous met mon code ci dessous au cas ou quelqu'un trouverais une solution a mon probléme.
<section id="slideshow">
<div class="container">
<div class="c_slider"></div>
<div class="slider">
<figure>
<img src="<a href="http://zupimages.net/viewer.php?id=16/17/lvfg.png"><img src="http://zupimages.net/up/16/17/lvfg.png" alt="" /></a>" alt="" width="640" height="310" />
<figcaption>Référencement Esports Français </figcaption>
</figure><!--
--><figure>
<img src="<a href="http://zupimages.net/viewer.php?id=16/17/lvfg.png"><img src="http://zupimages.net/up/16/17/lvfg.png" alt="" /></a>" alt="" width="640" height="310" />
<figcaption>Let's cross that bridge when we come to it</figcaption>
</figure><!--
--><figure>
<img src="<a href="http://zupimages.net/viewer.php?id=16/17/lvfg.png"><img src="http://zupimages.net/up/16/17/lvfg.png" alt="" /></a>" alt="" width="640" height="310" />
<figcaption>Sushi<em>(do)</em> time</figcaption>
</figure><!--
--><figure>
<img src="<a href="http://zupimages.net/viewer.php?id=16/17/lvfg.png"><img src="http://zupimages.net/up/16/17/lvfg.png" alt="" /></a>" alt="" width="640" height="310" />
<figcaption>Waking Life</figcaption>
</figure>
</div>
</div>
<span id="timeline"></span>
</section>
[code]
#slideshow:before,
#slideshow:after {
position: absolute;
bottom:16px;
z-index: -10;
width: 50%;
height: 20px;
content: " ";
background: rgba(0,0,0,0.1);
border-radius: 50%;
box-shadow: 0 0 3px rgba(0,0,0, 0.4), 0 20px 10px rgba(0,0,0, 0.7);
}
#slideshow:before {
left:0;
transform: rotate(-4deg);
}
#slideshow:after {
right:0;
transform: rotate(4deg);
}
Modifié par Falso (27 Apr 2016 - 21:55)