时间:2021-05-18
<SCRIPTlanguage=JavaScript1.2>
iens6=document.all||document.getElementById
ns4=document.layers
//specifyspeedofscroll(greater=faster)
varspeed=10
if(iens6){
document.write('<divid="container"style="position:relative;width:600;height:430;border:0pxsolidblack;overflow:hidden">')
document.write('<divid="content"style="position:absolute;width:590;left:0;top:0">')
}
</SCRIPT>
<SCRIPTlanguage=JavaScript1.2>
if(iens6)
document.write('</div></div>')
</SCRIPT>
<SCRIPTlanguage=JavaScript1.2>
if(iens6){
varcrossobj=document.getElementById?document.getElementById("content"):document.all.content
varcontentheight=crossobj.offsetHeight
}
elseif(ns4){
varcrossobj=document.nscontainer.document.nscontent
varcontentheight=crossobj.clip.height
}
functionmovedown(){
if(iens6&&parseInt(crossobj.style.top)>=(contentheight*(-1)+100))
crossobj.style.top=parseInt(crossobj.style.top)-speed
elseif(ns4&&crossobj.top>=(contentheight*(-1)+100))
crossobj.top-=speed
movedownvar=setTimeout("movedown()",100)
}
functionmoveup(){
if(iens6&&parseInt(crossobj.style.top)<=0)
crossobj.style.top=parseInt(crossobj.style.top)+speed
elseif(ns4&&crossobj.top<=0)
crossobj.top+=speed
moveupvar=setTimeout("moveup()",100)
}
functiongetcontent_height(){
if(iens6)
contentheight=crossobj.offsetHeight
elseif(ns4)
document.nscontainer.document.nscontent.visibility="show"
}
window.onload=getcontent_height
</SCRIPT>
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
本文实例讲述了js实现分享到随页面滚动而滑动效果的方法。分享给大家供大家参考。具体如下:页面向上向下滚动,分享到的模块随着滑动。要点:复制代码代码如下:vars
Access键盘快捷键大全(十一) 向下键向下滚动少量距离PageDown向下滚动一屏Ctrl+向下键移到页面的底端向上键向上滚动少量距离PageUp向上滚动一
实现jQuery根据滚动条位置加载相应的内容:向下滚动时当内容区域滚动到可视窗口高度的一半时,加载动画内容;向上滚动到相应的内容区域时也重新加载动画内容!1.实
复制代码代码如下:分别用marquee和div+js实现首尾相连循环滚动效果用marquee实现首尾相连循环滚动效果(仅IE):这里是要滚动的内容用DIV+ja
功能需求:1、滚动框内显示10条记录;2、有向上和向下滚动按钮,每次点击按钮向上或向下滚动记录条数,不自动滚动;3、记录条数不循环滚动,滚动到起点或终点则停止滚