Hi, warum wird bei folgendem code die innere tabelle (zumindest im IE) trotzdem oben angezeigt, nicht wie angegeben in der mitte der tabelle?
Code:
<!DOCTYPE
HTML PUBLIC "-//
W3C//DTD
HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<
html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/
html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle"><table width="650" height="300" border="1" cellpadding="0" cellspacing="0">
<tr>
<td></td>
</tr>
</table></td>
</tr>
</table>
</body>
</
html>
das valign=middle sollte das doch eigentlich bewirken?!
edit: problem gefunden: warum ist die äußere tabelle trotz height=100% keine 100% hoch?