bonjour,  
 
voila, ma div ne fait pas la meme hauteur que mes inputs,
sur IE, 2px en haut en plus et sur Firefox 1px.
A quoi cela peut il etre du ?
 
Voici le code :
Code :
 - <html>
 - <head>
 -   <title></title>
 -   <style type="text/css">
 -      #commentaire
 -      {
 -         background-color:green;
 -         width:360px;
 -      }
 -      #commentaire input
 -      {
 -         border:1px red solid;
 -         background-color:white;
 -         vertical-align:middle;
 -         font-size:15px;
 -      }
 -   </style>
 - </head>
 - <body>
 - <div id="commentaire">
 -    <input type="text" style="height:22px; width:300px;">
 -    <input type="image" src="valider.gif" style="height:20px; width:20px;">
 -    <input type="image" src="annuler.gif" style="height:20px; width:20px;">
 - </div>
 - </body>
 - </html>
 
  | 
 
Merci