Table BackGround IE vs FF
Posté : 26 janv. 2006, 18:38
Hello a tous,
Et oui, me revoila avec un ennui de plus, désolé
Je m'explique :
J'ai denouveau un affichage different dans IE et dans FF avec une table.
Mais je ne sais pas d'ou cela vient.
Voici le HTML:
Avec IE, affichage nickel, mais FF me pose probleme, il m'agrandi le fond de ma table :S
Y a til un truc que j'ai mal fait ?
MErci d'avance
voila les screen IE et puis FF :


Et oui, me revoila avec un ennui de plus, désolé
Je m'explique :
J'ai denouveau un affichage different dans IE et dans FF avec une table.
Mais je ne sais pas d'ou cela vient.
Voici le HTML:
<html>
<title>Seb - Contact Page - Copyright © 2006</title>
<head>
</head>
<!-- Début -->
<style TYPE="text/css">
body{
background-color:#808080;
color:#FFFFFF;
}
table {
background-repeat: no-repeat;
background-position: center left;
}
</style>
<!-- Fin -->
<body>
<table border="0" valign="center" height="100%" width="100%"><tr><td>
<table border="0" align="center">
<tr>
<td>
<table border="0">
<tr><td>
<p><img src="logoseb.jpg" height="160" width="200" alt="Copyright © 2006"></p>
</td></tr>
<tr><td>
<p><img src="contactseb.jpg" height="160" width="200" alt="Copyright © 2006"></p>
</td></tr>
</table>
</td>
<td background="fondeau.jpg" height="320" width="400">
<p><?php include ('formulaireseb.php'); ?></p>
</td>
</tr>
</table>
</td></tr></table>
</body>
</html>
visible sur http://membres.lycos.fr/nonameyet/Avec IE, affichage nickel, mais FF me pose probleme, il m'agrandi le fond de ma table :S
Y a til un truc que j'ai mal fait ?
MErci d'avance
voila les screen IE et puis FF :

