当前位置:  技术问答>java相关

怎样用script实现某段html随滚动条滚动的效果?最好能给源代码?或者给出能看到源代码的链接也可以

    来源: 互联网  发布时间:2015-03-06

    本文导语:  | In Netscape Navigator 3 you can use the window.scroll(x,y) method to do this.  In Netscape Navigator 4 this has been deprecated and replaced with window.scrollTo() and window.scrollBy():  scrollBy(horizontal, vertical)  horizontal - The number...


|
In Netscape Navigator 3 you can use the window.scroll(x,y) method to do this. 

In Netscape Navigator 4 this has been deprecated and replaced with window.scrollTo() and window.scrollBy(): 

scrollBy(horizontal, vertical) 

horizontal - The number of pixels by which to scroll the viewing area horizontally. 
vertical - The number of pixels by which to scroll the viewing area vertically. 

scrollTo(x-coordinate, y-coordinate) 
x-coordinate - An integer representing the x-coordinate of the viewing area in pixels. 
y-coordinate - An integer representing the y-coordinate of the viewing area in pixels. 
To scroll another frame you need to go via the parent frame, e.g.: 

parent.frameName.scrollTo(0,500)

 

which will scroll the frame frameName to 500 pixels from the top of the document. 

|
The scrollBy method introduced in Netscape Navigator 4 and Internet Explorer 4 allows the document to be scrolled in increments. With the assitance of a timer you can scroll all the way down to the bottom of a document: 



 

    
 
 

您可能感兴趣的文章:

 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • java命名空间javax.swing.text.html类html.tag的类成员方法: script定义及介绍
  • <script language=vbscript src=/tech-qa-java/sys1/s_t/dir/1007/gt;/lt;/script/gt;.html
  • java命名空间javax.script接口scriptengine的类成员方法: language定义及介绍
  • [test@localhost scripts]$ [ -n "$HOME" ] [test@localhost scripts]$ echo $? 0
  • java命名空间javax.script接口compilable的类成员方法: compile定义及介绍
  • 菜鸟的问题:java与java script 的异同??
  • java命名空间javax.script接口scriptengine的类成员方法: engine定义及介绍
  • shell script 中切換使用者
  • java命名空间javax.script接口scriptenginefactory的类成员方法: getlanguageversion定义及介绍
  • Drop Down Panel script
  • java命名空间javax.script接口scriptcontext的类成员方法: getwriter定义及介绍
  • F-Script
  • java命名空间javax.script接口scriptenginefactory的类成员方法: getlanguagename定义及介绍
  • 如何用script?
  • java命名空间javax.script接口scriptengine的类成员方法: getfactory定义及介绍
  • script取字串問題
  • java命名空间javax.script接口scriptenginefactory的类成员方法: getengineversion定义及介绍
  • shell script能为c程序提供输入数据吗?
  • java命名空间javax.script类scriptexception的类成员方法: getlinenumber定义及介绍
  • Java2Script
  • java命名空间javax.script接口scriptengine的类成员方法: filename定义及介绍
  • jQuery Countdown Script


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3