DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> JavaScript入門知識 >> jQuery入門知識 >> JQuery常見問題 >> jquery獲取元素到頁面頂部距離
jquery獲取元素到頁面頂部距離
編輯:JQuery常見問題     
jquery獲取元素到頁面頂部距離的語句為:
$(selector).offset().top

下面是例子:
<div style="height:800px"> </div>
<div id="footer_keleyi_com" style="text-align:center; margin-left:auto;margin-right:auto; margin-top:20px"> Copyright<span style="font-family:Arial;">&copy;</span> <span style="font-size:18px;">
</span></div>


那麼 $("#footer_keleyi_com").offset().top 就是元素到頁面頂部的距離。

體驗效果:http://hovertree.com/texiao/jquery/63/
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved