Aligner verticalement 2 images

Aligner verticalement 2 images - HTML/CSS - Programmation

Marsh Posté le 10-03-2015 à 20:29:02    

Bonjour à tous,
 
Je cherche à savoir comment aligner verticalement 2 images.  
 
Plus bas je met le code et j'ai remplacé le bouton "buy now" par une image mais cela ne change en rien ce que je recherche.
 
Le problème étant que je n'arrive pas à faire en sorte que l'image "buy now" soit et reste bien aligner sous l'image "produit".
 
Voici donc le code :
 

Code :
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Document sans nom</title>
  6. <style type="text/css">
  7. #apDiv1 {
  8. position: absolute;
  9. width: 200px;
  10. height: 56px;
  11. z-index: 1;
  12. left: 354px;
  13. top: 585px;
  14. }
  15. </style>
  16. </head>
  17. <body background="http://img15.hostingpics.net/pics/21607320bg.png">
  18. <div class="conteneur">
  19.   <div class="">
  20.     <div align="center"><img src="http://img15.hostingpics.net/pics/766638promotions2.jpg" /></div>
  21.     <div id="apDiv1"><img src="http://img15.hostingpics.net/pics/733158buynow2.png" width="303" height="55" /></div>
  22.   </div>
  23. </div>
  24. </body>
  25. </html>


 
Merci de votre aide !


Message édité par vipaul le 10-03-2015 à 22:39:10
Reply

Marsh Posté le 10-03-2015 à 20:29:02   

Reply

Marsh Posté le 11-03-2015 à 09:15:41    

http://lmgtfy.com/?q=css+vertical+align
 
2eme lien alsacreation


---------------
D3
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed