1. 右侧底部悬浮框
运行效果图: [http://runjs.cn/code/zvjocat0]
要点:oDiv.style.top=document.documentElement.clientHeight-oDiv.offsetHeight+scrollTop;
2. 右侧中部悬浮框
运行效果图:[http://runjs.cn/code/bws1gmne]
要点: oDiv.style.top=Math.ceil((document.documentElement.clientHeight-oDiv.offHeight)/2+scrollTop);
时间: 2024-10-11 15:21:05