scrollen in einem table mit overflow:scroll ?
Jim
- html
0 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ö
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ö
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