Code : Tout sélectionner
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Document sans nom</title>
</head>
<body>
<table style="width:500px; height:500px; background-color:red;">
<tr>
<td style="background-color:blue;">toto</td>
</tr>
<tr>
<td style="height:100px; background-color:red;">tutu</td>
</tr>
</table>
</body>
</html>
Bah non! Même un truc aussi simple que ça, ça veux pas marcher sur IE.....7!
Alors si une âme charitable peut m'expliquer le pk du comment (si y a une raison, avec IE hein.....) je lui serais éternellement reconnaissant.