Problème affcihage d'image IE

Bonjour,

Un petit problème sûrement déjà connu mais je n'arrive pas à y remédier. J'ai codé un affichage en tableau de quelques images en firefox, il s'affiche bien, mais pas en IE! Je n'utilise pas de CSS pour l'affichage des images... J'ai essayé mais la mise en page foire totalement!

Voici ce que j'ai:
  <table width="90%" border="0" align="center">
    <tr> 
      <td width="50%"><div align="center">Le rez-de-chauss&eacute;e</div></td>
      <td width="50%"><div align="center">L'&eacute;tage</div></td>
      <td width="50%"><div align="center">Architecture</div></td>
    </tr>
    <tr> 
      <td align="center" valign="middle"><a href="images/rezdechee2.gif" target="_blank">
<img src="images/rezdechee2.gif" alt="Rez-de-chauss&eacute;e" width="100%" height="100%" border="0"></a></td>
      <td align="center" valign="middle"><a href="images/etagec2.gif" target="_blank">
<img src="images/etagec2.gif" alt="Etage" width="100%" height="100%" border="0"></a></td>
      <td align="center" valign="middle"><a href="images/maison1.gif" target="_blank">
<img src="images/maison1.gif" alt="Architecture" width="100%" height="100%" border="0"></a></td>
    </tr>
  </table>


Pourriez-vous me dire ce que je peux faire à ce truc?

>>Modification du texte<<

J'ai testé un truc j'ai mis des px au lieu des %, j'ai toujours retenu que c'était déconseillé les "px"...
--
En pleine construction de 's baraque!
Configuration: Windows XP
Firefox 3.0.3

1 réponse

  1. Personne n'a d'idées?

    passer en pixels?
    0