for verticle scrollbar you can use the following:
<div style="height: 150px; overflow: auto">
<table style="height: 400px">
....
</table>
</div>
Here table height is 400 px which is bigger than the height of 150px set for it's parent div. So we will see vertical scrollbar.