http://www.ablanxue.com/prone_2866_1.html
window.parent.onscroll = window.parent.onresize = window.onload
=function () {
var oFix_box =
document.getElementById(‘select-panel‘);
var oscrollTop =
window.parent.document.documentElement.scrollTop ||
window.parent.document.body.scrollTop;
oFix_box.style.top = oscrollTop +
window.parent.document.documentElement.clientHeight - oFix_box.offsetHeight -
224 + ‘px‘;
$("#select-panel").stop(true,true).animate({ "top": top1 },
700);
}
js把div固定在页面的右下角,布布扣,bubuko.com
原文地址:http://www.cnblogs.com/wanliyuan/p/3737368.html