hallo,
ich möchte auch den ns dazu bringen, das er mir eine
tabelle bis zum unteren rand meines browserfensters
anzeigt, egal wie groß das fenster ist und es darf
kein scrolbalken geben.
<style type="text/css">
<!--
#aaa { position:absolute; top:0px; left:0px; width:100%; height:100%; }
-->
</style>
</head>
<body>
<div id="aaa">
<table width="100%" height="100%" border="1" cellpadding="0" cellspacing="0">
......
</table>
</div>
</body>
</html>
grüße
thomas