div 跟随页面上下滚动条移动

$(window).scroll(function () {

var scrollHeight = document.documentElement.scrollTop;

$("#WaitLst").css({ top: scrollHeight + 200 + "px" }).show(); //WaitList 是 div ID

});

posted on 2012-02-20 10:54  多个马甲  阅读(1180)  评论(0编辑  收藏  举报