Jim : scrollen in einem table mit overflow:scroll ?

Beitrag lesen

Hallo ihr,
ich habe hier einen table. würde das hier funktionieren oder wie kann ich sonst einen solchen table machen der schön scrollt,wenn der inhalt die höhe von 100px überschreitet. bei mir will das nicht klappen.

<table style="overflow:scroll; width:200px" max-height:100px;">
<tr>
<td>viel text halt</td>
<tr>
</table>

danke

tschö