|
[web developer center]html element or object supported in different broswers---scrollIntoView |
(2)scrollIntoView() methodsupported by ie 6/7,safari2+,ff
Scrolls the window until the element is visible. Syntax: document.all.elementID.scrollIntoView(param1)Parameters: param1 Optional; true or false, indicating whether the top of the element is scrolled to the top of the window or the bottom of the element is scrolled to the bottom of the window.'scrollIntoView()' Example"
<html><head> <title>ScrollIntoView() example</title> <script type="text/javascript"> function showIt(elID) { var el = document.getElementById(elID); el.scrollIntoView(true); } </script></head><body> <div style="height: 5em; width: 30em; overflow: scroll; border: 1px solid blue;"> <div style="height: 100px"></div> <p id="pToShow">The para to show</p> <div style="height: 100px"></div> </div> <input type="button" value="Show para" onclick="showIt('pToShow');"></body></html>
applied to:
Names noted with an asterisk (*) are JavaScript properties only.+----------------+--------------------------------------------------------------+| Applied_To |<a> <address> || |<applet> <area> || |<b> <big> || |<blockquote> <br> || |<button> <caption> || |<center> <cite> || |<code> <col> || |<colgroup> <comment> || |controlRange* <custom> || |<dd> <dfn> || |<dir> <div> || |<dl> <dt> || |<em> <embed> || |<fieldset> <font> || |<form> <hn> || |<hr> <i> || |<iframe> <img> || |<input type="button"> <input type="checkbox"> || |<input type="file"> <input type="image"> || |<input type="password"> <input type="radio"> || |<input type="reset"> <input type="submit"> || |<input type="text"> <kbd> || |<label> <legend> || |<li> <listing> || |<map> <marquee> || |<menu> <nobr> || |<object> <ol> || |<p> <plaintext> || |<pre> <s> || |<samp> <select> || |<small> <span> || |<strike> <strong> || |<sub> <sup> || |<table> <tbody> || |<td> <textarea> || |TextRange <tfoot> || |<th> <thead> || |<tr> <tt> || |<u> <ul> || |<var> <wbr> || |<xmp> |+----------------+------------------------------------------------------
|
|
|
|  | .: 公告
| |
| « | November 2025 | » | | 日 | 一 | 二 | 三 | 四 | 五 | 六 | | | | | | | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | | | | | | | |
| .: 我的分类(专题) | |  .: 最新日志 .: 最新回复
| | 
blog名称:up forever 日志总数:130 评论数量:274 留言数量:4 访问次数:1954423 建立时间:2006年5月25日 |
|  .: 留言板 |  .: 链接 |

|