Peter: Höhe inerhalb des Browsers

Beitrag lesen

Hi nochmal,
sorry, dass ich so nerve.

Ich hatte das von http://jendryschik.de/wsdev/css/fixed/
Das ist eine Hilfe Seite.
Habs also nicht unbedingt so geklaut:)

Ich hatte vorher folgendes:

head>
<style type="text/css">
<!--
body { height: 100% }
table.unten { position:fixed; bottom:0px; left:0px  }
-->
</style>

</head>

Im body steht dann folgendes:

<div align="center" >
<table border="1" cellpadding="0" class="unten" >

<colgroup>
        <col width="265">
        <col width="385">
     </colgroup>

<tr>
 <th> Hier steht ein java Script für den Counter</th>
 <th><p ALIGN="left">Inhalt</p></th>
     </tr>
</table>
</div>

Aber leider funktioniert das mit fixed irgendwie nicht.
Oder hab ich da irgendwas falsch gemacht?