Ehem...
es sieht mit eine scrollbaren Tabellenzelle nicht anders aus, als mit einem Iframe - optisch tut sich da nichts.
So geht es:
HTML
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body style="margin:0px;overflow:auto;" topmargin="0">
<table border="1" cellspacing="0" cellpadding="0">
<tr>
<td>Ich bin eine Tabelle</td>
</tr>
<tr>
<td style="width: 300px; height: 150px;">
<div style="width: 100%; height: 100%; overflow : auto;">
Inhalt
Inhalt
Inhalt
Inhalt
Inhalt
Inhalt
Inhalt
Inhalt
Inhalt
Inhalt
Inhalt
Inhalt
Inhalt
Inhalt
Inhalt
Inhalt
Inhalt
Inhalt
Inhalt
Inhalt
Inhalt
Inhalt
Inhalt
Inhalt
</div>
</td>
</tr>
</table>
</body>
</html>
Alles anzeigen
G.a.d.M.
ronald