Bonjour,
Moi aussi j'ai du mal à comprendre.
Ta première colonne fait bien 350.
Dis voir si tu trouves une solution là-dessous :
<!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" xml:lang="fr">
<head>
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 1st November 2002), see www.w3.org" />
<title>Le Sinistros</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
td {
border : 1px dashed #4c4;
}
</style>
</head>
<body>
<h4>Tes tableaux</h4>
<table style="height:100%; width:100%; border:1px solid #888;">
<tr>
<td style="width:350px;">inclusion d'un menu en javascript</td>
<td>définition d'une iframe</td>
</tr>
<tr>
<td colspan="2">
<table style="height:100%; width:100%; border:1px solid #888;">
<tr>
<td>image</td>
<td style='vertical-align:middle;'>texte</td>
<td style="text-align:right;">lien</td>
</tr>
</table>
</td>
</tr>
</table>
<p><br /></p>
<h4>Les mêmes avec une petite modif.</h4>
<table style="height:100%; width:100%; border:1px solid #888;">
<tr>
<td rowspan="2" style="width:350px;">inclusion d'un menu en javascript</td>
<td>définition d'une iframe</td>
</tr>
<tr>
<td>
<table style="height:100%; width:100%; border:1px solid #888;">
<tr>
<td>image</td>
<td style='vertical-align:middle;'>texte</td>
<td style="text-align:right;">lien</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
+ Pourquoi utilises-tu un tableau pour construire ta page ?