salut a tous
j'ai du mal a bien dimensionner mon slideshow , je veux dire la box. je ne comprends pas pourquoi cela ne se modifie pas?
merci de votre aide !
Modifié par moon28 (24 Oct 2017 - 18:22)
j'ai du mal a bien dimensionner mon slideshow , je veux dire la box. je ne comprends pas pourquoi cela ne se modifie pas?
!DOCTYPE html>
<html>
<head>
<title>exercice12 plugin</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.min.js"></script>
<script src="jqueryplugin.js"> </script>
</head>
<body>
<div align="center">
<div class="bxslider">
<div><img src="images1.jpg" title="Beautiful trip"></div>
<div><img src="image2.jpg" title="A dream"></div>
<div><img src="image3.jpg" title="Incroyable"></div>
</div>
</div>
</body>
</html>
{*box-sizing:border-box;
width: 650px;
height: 450px;
}
bxslider{
width: 650px;
height: 450px;
}
merci de votre aide !
Modifié par moon28 (24 Oct 2017 - 18:22)