如何让firefox和opera的滚动条自动移动到底部以下代码在chrome中可行:document.body.scrollTop=document.body.clientHeight;可以自动将滚动条移动到页面底部。但是在firefox及opera中无效果,求助。[解决办法]用scrollIntoView();