<div id="test_div" style="width: 200px; border:1px; border-style:solid; overflow: hidden">
<table border="1"><tr><td nowrap>测试文字 2测试文字 3测试文字 4测试文字 5测试文字 </td></tr></table>
</div>
<script>
function test(){
test_div.scrollLeft=100;
test_div.scrollTop = 40;
}
test();
</script>
要设置 div 的 width