在您的 pastebin 的第 55 行,您有:
<div id="table_div" style="overflow: scroll;width:400px;height:200px;position:relative" " >
改成:
<div id="table_div" style="overflow-y: scroll;width:400px;height:200px;position:relative" >
(请注意,原件末尾有一个额外的“)
然后你只需要在表格中添加几行来查看滚动。你快到了!
http://jsfiddle.net/nWPzp/1/