Roland: Probleme bei der Ausrichtung

Hallo zusammen,

Ich möchte gerne, dass, wenn man scrollt immer an unteren Bildschirmrand eine Tabelle steht, in der ein Counter und Text drin steht. Ich möchte gerne auf Frames verzichten, deshalb möchte ich das so machen.

Ich habe schon überall gesucht, aber irgendwie mache ich da noch was falsch und weiß nicht was.

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

</head>

Ich hab es auch schon mit margin versucht, aber irgendwie klappt das auch nicht.

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>

Ich wäre für Hilfe sehr dankbar!
Gruß Roland

  1. Hi,

    Hallo zusammen,

    Ich möchte gerne, dass, wenn man scrollt immer an unteren Bildschirmrand eine Tabelle steht,

    also position:fixed; statt position:absolute; für die Tabelle setzen.
    Ach so, der IE kann das nicht, vermutlich, weil das erst seit etwa fünfeinhalb Jahren Standard ist...
    Würgarounds siehe Archiv.

    cu,
    Andreas

    --
    Der Optimist: Das Glas  ist halbvoll.  - Der Pessimist: Das Glas ist halbleer. - Der Ingenieur: Das Glas ist doppelt so groß wie nötig.
    http://mud-guard.de/? http://www.andreas-waechter.de/ http://www.helpers.de/