



























document.getElementById("out").scrollTop=document.getElementById("out").scrollHeight;
<style>
#out{
WIDTH:800px;
HEIGHT:300px;
POSITION:relative;
OVERFLOW-X:scroll;
OVERFLOW-Y:scroll;
SCROLLBAR-ARROW-COLOR:#48b4fc;
SCROLLBAR-BASE-COLOR:#D6E9FC;
}
</style>
<div id="out">
<table width="780" height="280">
<tr><td></td></tr>
......
</table>
</div>
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。