Bonjour à tous,
Pourriez-vous m'aider à comprendre un phénomène étrange svp?
Le code HTML suivant:
Donne une série de ronds gris sous Firefox, affichés correctement...
Code : Sélectionner tout - Visualiser dans une fenêtre à part
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>
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"?
Merci pour votre aide!
PS: ci-joint la page HTML de test avec le fichier cercle.gif...
Partager