Hi arne,
hm, wenn ich das Attribut in ein td setze richte ich ja auch den Inhalt und nicht die Tabellenzelle aus. Ich habe jetzt - erfolglos - auch noch das probiert:
<div style="vertical-align: bottom; background-color: #CECFCE; height: 50px; width: 300px;">
<span style="vertical-align: bottom;">Wort</span>
</div>
Zur not könnte man den Text auch so setzen:
<div style="background-color: #CECFCE; height: 50px; width: 300px;">
<span style="position:relative; top:32px;left:0px">Wort</span>
</div>
(Ist aber wirklich nur ne Notloesung, da man dann immer wenn sich die Schriftgrösse ändert,
auch die 'top' und 'left' Werte geändert werden müssen)
Gruss
Axel :)