How to make html table vertically scrollable

The Solution to How to make html table vertically scrollable is


Why don't you place your table in a div?

<div style="height:100px;overflow:auto;">

 ... Your code goes here ...

</div>

~ Answered on 2012-06-22 08:07:22


Most Viewed Questions: