bonjour, j'ai un petit soucis d'affichage lorsque je passe de Firefox à IE. Dans ma page, j'ai un tableau qui fait 75% de la largeur de la page. Sous firefox, la proportion est respectée mais sous IE, mon tableau fait 100% de la page.

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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
 
<html>
	<head>
		<title>Gestion des abonnements ECOGSM</title>
	</head>
 
	<body BGCOLOR=#ECF4DA>
		<center>
			<table border="1" width="75%">
				<tr>
					<td width="15%">
						<center><img src="fr_logo.gif" align="middle"></center>
					</td>
					<td width="70%">
						<center><font size=10 color=#006465>Gestion des abonnements Eco GSM</font></center>
					</td>
					<td width="15%">
						<center><img src="SATELLITE 3D 307PX.png" align="middle" width="10%"></center>
					</td>
				</tr> 
				<tr>
					<td colspan="3">
						<center><img src="fr_2.jpg"></center>
					</td>
				</tr>
				<tr>
					<td height="500" bgcolor=#006465>
						<center>
							<a href="identification.php" align="center"><font color=#FFFFFF>Gestion des abonnements</font></a>
						</center>
					<br>
					<center><a href="statistiques.php" align="center"><font color=#FFFFFF>Statistiques</font></a></center>
					</td>
					<td colspan="2">
					</td>
				</tr>
			</table>
		</center>
		<br>
 
		<center>
			<a href="index.html">Retour au sommaire </a>
		</center>
		<br>
		<center>ECO-COMPTEUR®2007</center>
	</body>
</html>
J'ai regardé mon code mais je ne vois pas où est l'erreur, pourtant il doit bien y en avoir une. Auriez-vous une suggestion?
Merci