Hi,
ich weiss nicht ob es in x UND y Richtung funktionieren muss, mit dem scrollen, aber auch bei der Frameloesung muesstest du da auch noch extra was machen.
Mit ...
<table>
<thead>
<tr>
<td>
</td>
</tr>
<thead/>
<tbody style="max-height:123px; overflow: auto ODER scroll;">
<tr>
<td>
</td>
</tr>
<tbody/>
</table>
... sollte das auch ohne Frames gehen ... wenn ich dich richig verstanden habe.
[link="http://de.selfhtml.org/html/tabellen/aufbau.htm#kopf_koerper_fuss"]