2 pièce(s) jointe(s)
[W3C] Image dans un tableau - ligne en dessous
Bonjour à tous,
Pourriez-vous m'aider à comprendre un phénomène étrange svp?
Le code HTML suivant:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
| <table border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="cccccc">
<img src="./cercle.gif" height="20" width="20" alt="">
</td>
<td bgcolor="cccccc">
<img src="./cercle.gif" height="20" width="20" alt="">
</td>
<td bgcolor="cccccc">
<img src="./cercle.gif" height="20" width="20" alt="">
</td>
<td bgcolor="cccccc">
<img src="./cercle.gif" height="20" width="20" alt="">
</td>
<td bgcolor="cccccc">
<img src="./cercle.gif" height="20" width="20" alt="">
</td>
</tr>
</table> |
Donne une série de ronds gris sous Firefox, affichés correctement...
Sous Internet Explorer une ligne grise est ajoutée sous chaque rond.
Pourriez-vous m'expliquer quelles corrections je pourrais apporter au code tout en restant "W3C compliant"? :D
Merci pour votre aide!
PS: ci-joint la page HTML de test avec le fichier cercle.gif...