I\'m trying to get a scrollbar show up in a table cell whose content may grow bigger than the original table cell size, and I don\'t want the whole table to str
Couldn't you just make that into three separate tables with the middle table surrounded by a div so you can apply a scroll to it?
div { overflow-y:scroll; //set height to however large you would like your scrollable area to be } Header ... VERY BIG CONTENT HERE ...