28112 sujets

CSS et mise en forme, CSS3

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?

!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)
Up jai modifié un peu c'est bien centré mais la box n'est pas à la taille de mes images? qui peu m'aider please?

merci Smiley cligne
Salut, j'ai mis des images 414 x 200 chez moi sa marche très bien.
la taille de tes images ? la taille de slideWidth dans ton fichier jqueryplugin.js