Scrollable table body inside of header and footer

roby124

New Member
I'm trying to create a widget on a page that is a table with a thead, tbody and tfoot. Because I don't want the widget to become too large, if the tbody were to be longer than about 200px from having many rows, I'd like the rows inside the table to be scrollable.I am using jQuery 1.9.1 but I would prefer a purely CSS/HTML solution if that is possible.Does anyone have a very easy solution for this?Thanks!
 
Top