Bonjour à tous,
J'ai un problème qui commence à me faire tourner en bourrique !
Voilà, j'ai un tableau de ce type :
Code :
- <table border="1" width="97%" cellspacing="0" cellpadding="0">
- <tr height="18">
- <td rowspan="2" bgcolor="#e1f1fc" width="18%"> <b>Supplier</b></td>
- <td rowspan="2" bgcolor="#e1f1fc" align="center" width="18%"><b>Product Name</b></td>
- <td rowspan="2" bgcolor="#e1f1fc" align="center"><b>Comment</b></td>
- <td colspan="3" align="center"><b>Status</b></td>
- </tr>
- <tr height="28">
- <td bgcolor="#e1f1fc" align="center" width="14%"><b>Type 1</b></td>
- <td bgcolor="#e1f1fc" align="center" width="14%"><b>Type 2</b></td>
- <td bgcolor="#e1f1fc" align="center" width="14%"><b>Type 3</b></td>
- </tr>
- <tr>
- <td height="40" width="18%" rowspan="2"> Supplier 1</td>
- <td height="40" width="18%" align="center">Product 1</td>
- <td height="40"> </td>
- <td height="40" width="14%" align="center">Status 1</td>
- <td height="40" width="14%" align="center">Status 2</td>
- <td height="40" width="14%" align="center"><img src="../../../img/pix_grey.gif" border="0" width="100%" height="100%"></td>
- </tr>
- <tr>
- <td height="40" width="18%" align="center">Product 2</td>
- <td height="40" width="18%">Blablabla blablabla blablabla blablabla blablabla blablabla blablabla blablabla blablabla. Blablabla blablabla blablabla blablabla blablabla blablabla blablabla blablabla blablabla.</td>
- <td height="40" width="14%" align="center">Status 3</td>
- <td height="40" width="14%" align="center">Status 1</td>
- <td height="40" width="14%" align="center"><img src="../../../img/pix_grey.gif" border="0" width="100%" height="100%"></td>
- </tr>
- </table>
|
où pix_grey.gif est une image unie grise de 1x1 px
Sous IE, j'obtiens le résultat que je veux, la dernière cellule est complètement rempli de gris. Par contre sous firefox, l'image grise de la dernière cellule ne fait que 40px de hauteur et ne rempli donc pas toute la cellule, qui a une hauteur plus grande à cause du long commentaire "blablabla..."
Comment puis-je faire pour que la taille de l'image s'adapte à la hauteur de la cellule ?
Merci d'avance pour votre aide !
---------------
(o) Venez poster une photo de votre nombril, pour faire avancer la science !