Hallo, hat jemand eine Ahnung, warum das folgende nicht funktioniert:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" style="height:100%;">
<head>
<title>Unbenannte Seite</title>
</head>
<body style="position: absolute; margin-top: 0px; margin-left: 0px; background-color: #737373; height:100%;">
<table cellpadding="0" cellspacing="0" border="0" style="width: 858px; height:100%;">
<tr>
<td colspan="2" style="background-color: #efefef; width: 850px; height: 82px;"
align="right">
logo </td>
<td style="width: 8px; height: 82px;"></td>
</tr>
<tr>
<td style="width: 250px;" valign="top">
menu
</td>
<td style="width: 600px; background-color: #009CDD; vertical-align:top;">
und hier
</td>
<td style="width: 8px;"></td>
</tr>
<tr>
<td style="width: 250px; height:100%;"></td>
<td style="width: 600px; height:100%; background-color: #009CDD;"></td>
<td style="width: 8px; height:100%;"></td>
</tr>
</table>
</body>
</html>
Nicht funktionieren heißt, dass Firefox alles schön anzeigt, IE aber über die 100% hinausgeht und das Feld vergrößert, so dass Scrollbalken erscheinen.
Gruß
labos