Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

window.scrollByLines

概要

指定した行分文書をスクロールします。

構文

window.scrollByLines(lines)

引数

  • lines は、文書をスクロールする行数です。
  • lines は、正、または、負の整数です。

// 5 行分文書をスクロールダウンします。
<button onclick="scrollByLines(5);">down 5 lines</button>
// 5 行分文書をスクロールアップします。
<button onclick="scrollByLines(-5);">up 5 lines</button>

注記

window.scrollBywindow.scrollByPages も参照してください。

仕様

DOM Level 0。どの標準にも属しません。

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: teoli, AshfaqHossain, siokoshou, ethertank, Potappo
 最終更新者: AshfaqHossain,