少しうそ↓ただしくはこっち→http://d.hatena.ne.jp/cyokodog/20090112/jQueryPositionSize03 scrollTop() スクロール量の取得結果 $(html) $(document) $j(window) IE6 ○ ○ ○ IE7 ○ ○ ○ Firefox3 ○ ○ ○ Safari × ○ ○ Opera ○ ○ ○ offset().top 位置の取得結果 $(html) $(document) $j(window) IE6 値 0 0 IE7 値 0 0 Firefox3 0 error error Safari 0 error error Opera9.5 0 error error attr('offsetHeight') ,attr('clientHeight') ,attr('scrollHeight')の取得結果 $

