Bonjour,
Pourquoi mes largeurs de colonne changent-elles selon Ie ou FF ?
Le résultat est plus petit avec FF qu'avec Ie<table border=0 width=70% cellspacing="4" >
<colgroup>
<!-- specifie la largeur des entetes (uniquement) -->
<col width="20">
<col width="100">
<col width="100">
<col width="100">
<col width="350">
</colgroup>
<tr>
<td></td>
<td>Date</td>
<td>Prenom</td>
<td>Nom</td>
<td>Email</td>
<td></td>
</tr>
</table>
Le tableau se trouve dans une zone définie comme suit
#contenu {margin-top: 20px; margin-left: 140px;
padding: 20px; }
Partager