首选,我写了 <div id='div2009_2010' style="position: absolute; bottom: 0; right: 5px; width: 240px; z-index:6000;
        height: 165px;">
        <span style="float: right; width: 100%; text-align: right; position: absolute;"><a
            href="javascript:void(0);" style="color: Yellow; font-weight: bold;" onclick='javascript:parentElement.parentElement.style.display="none";'>
            关闭 X</a></span><a href="/2009-2010/2009-2010meeting.html" target="_blank">
                <img src='2009-2010/rb2.jpg' alt='' /></a>
    </div>
  window.onscroll = movepeixun;
        var y = 0;
        function movepeixun() {
            var scrollHeight = document.body.scrollHeight;
            var div = document.getElementById("div2009_2010");
            if (div) {
                var winH = document.documentElement.clientHeight ?document.documentElement.clientHeight: document.body.clientHeight;
                var scrollTop = document.body.scrollTop ? document.body.scrollTop : document.documentElement.scrollTop;
                y = (scrollTop + winH - div.offsetHeight);
                if (y >= scrollHeight) {
                    return;
                }                div.style.posTop = y;
                y = parseInt(div.style.posTop);
            }
        }
        window.onresize = window.onscroll;
          window.scroll();这两个是可以在页面滚动并且保持位置不变的。。
在ie里是可以的。。
但在傲游里。。就拖拉垂直滚动条 一段时间。。那么 这些 固定的 div 都 会自然的消息。。
请问这是什么回事?只要解决了。。多多分都给