sven: Tabellen oder Zellen Scrolling ( ??!!!???)

Beitrag lesen

Hallo,

diese lösung kommt dem gabzen schon recht nehe! (wunderbar!)

<td><div style="width:200px;heigt:150px;overflow:scroll;">Ganz viel Text</div></td>

aber!

<html>
<head>
 <title></title>
</head>

<body>
<div style="width:300px;heigt:250px;overflow:auto;">

<table cellspacing="2" cellpadding="2" border="1" height="500" width="500">
<tr height="50">
    <td width="50"></td>
    <td width="150" bgcolor="black"></td>
    <td></td>
</tr>
<tr height="150">
    <td bgcolor="yellow"></td>
    <td></td>
    <td bgcolor="yellow"></td>
</tr>
<tr height="50">
    <td></td>
    <td bgcolor="black"></td>
    <td></td>
</tr>
</table>

</div>
</body>
</html>

sodele.. das prob: der scrollt nur zur seite. (ich habe den eidruck das er die breite als feste grösse nimmt,a ber nicht die höhe)