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 :
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Document sans nom</title>
- <style type="text/css">
- #apDiv1 {
- position: absolute;
- width: 200px;
- height: 56px;
- z-index: 1;
- left: 354px;
- top: 585px;
- }
- </style>
- </head>
- <body background="http://img15.hostingpics.net/pics/21607320bg.png">
- <div class="conteneur">
- <div class="">
- <div align="center"><img src="http://img15.hostingpics.net/pics/766638promotions2.jpg" /></div>
- <div id="apDiv1"><img src="http://img15.hostingpics.net/pics/733158buynow2.png" width="303" height="55" /></div>
- </div>
- </div>
- </body>
- </html>
|
Merci de votre aide !
Message édité par vipaul le 10-03-2015 à 22:39:10