複製程式碼 程式碼如下:var offset = rollSet.offset();
$( window).scroll(function () {
// 檢查物件的頂部是否在遊覽器可見的範圍內
var scrollTop = $(window).scrollTop();
if(offset.top rollSet.addClass('fixed');
}else{
rollSet.removeClass('fixed');
}
});
CSS代碼:
複製代碼
代碼如下: 代碼如下:.fixed{_position:absolute; _top:expression((20 (noValue = document.documentElement.scrollTop ? document.documentElement.scrollTop : documentElement.scrollTop ?document.documentElement.scrollTop : document.body.Top) ;}//相容IE6