Jim : scrollen in einem table mit overflow:scroll ?

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ö

  1. 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ö

    1. hi

      funktioniert aber irgendwie nicht beim Opers6.04

      was daran liegt, dassder kein overflow:scroll kennt. Direkt an der Tabellen klappt's in Mozilla übrigens.

      Grüße aus Bleckede

      Kai