Yeah, you would be something like this...
Quote:
<table width="5" height="5">
<tr>
<td>
<div class="scroll">
Content
</div>
</td>
</tr>
</table>
|
And you would set the height and width in the CSS file to 5 and 5, so it would fit perfectly. Then if you have no border, it would look as if its the tables scrollbar, instead of a div's. But you may need to go like 4x5 or something because it may push the table, but thats for you to play with.