Ich hab nen code, wenn du ne Zelle einer Tabelle scrollen lassen willst...
<table cellSpacing="0" cellPadding="4" border="1" width="203" height="197">
<tr bgColor="#ffff00">
<td width="191" height="14" bgcolor="#008080"><font color="#FFFFFF"><b>
Überschrift</b></font></td>
</tr>
<tr bgColor="#cccccc">
<td style="WIDTH: 191; HEIGHT: 126" bgcolor="#F0F0F0">
<div style="OVERFLOW: auto; WIDTH: 100%; HEIGHT: 100%">
Text der Zelle,
</div>
</td>
</tr>
</table>
!!!! bei der zeile:
<div style="OVERFLOW: auto; WIDTH: 100%; HEIGHT: 100%">
kannst du mit width und height einstellen wann sie zu scrollen beginnen soll... !!!!