?
Also: Die Tabelle (1 Zeile, 2 Spalten) hat 100% und 100% Höhe.
In eine der beiden Spalten kommt jetzt noch eine Tabelle (1 Zeile, 1 Spalte), die 400 Pixel breit ist und 100% hoch.
Kompletter Code:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="100%" border="1" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td> </td>
<td>
<table width="400" border="1" cellspacing="0" cellpadding="0" height="100%" align="center" bgcolor="#0099FF">
<tr>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
--> Unter Netscape hast du bei der 2. Tabelle nur einen Balken (nicht die gewünscht Höhe), IE ok.
T.