I tried this structure.... the first table still scrolling vertically.... I need it stays fixed on top.
<div id="wrapper" style="height:40px;" ><!-- Height should be the sum of all the height from ul elements--><div id="scroller">
<table style="position:fixed;top:0px;left:0px;"><thead><th>a</th><th>b</th></thead><tbody><td>c</td><td>d</td></tbody></table><table><thead><tr><th>First Name</th><th>Last Name</th><th>Age</th><th>Total</th><th>Discount</th><th>Difference</th><th>Date</th><th>Sex</th></tr></thead><tbody><tr><td>Peter</td><td>Parker</td><td>28</td><td>$9.99</td><td>20.9%</td><td>+12.1</td><td>Jul 6, 2006 8:14 AM</td><td>Male</td></tr></tbody></table></div></div>