andre: scrollen in einem table mit overflow:scroll ?

Beitrag lesen

hallo,

probiers mal so:

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

funktioniert aber irgendwie nicht beim Opers6.04

gruß
andre

-----------------------------------------

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ö