2012-12-07 63 views
0

在android中,我將div/bg圖像保留在頁面底部存在很大問題。試圖將項目保留在頁面底部

所以我想在滾動移動整個側邊欄項目,但東西是扭曲我的數學/代碼。

所以,我提供給你這個嘗試發現什麼我一個,此事與我的邏輯:

jQuery(window).scroll(function() { 
     var y = jQuery(this).scrollTop(); 
     var current = jQuery('.side-bar').css('background-position', '-43px', '0%' + parseInt(+y/10) + '%'); 
     current(); 
     console.log(current;); 
    }); 
+1

怎樣的'android'標籤適用於此? – jrummell

+0

我想它,如果這個問題是與Android。 –

+0

with android 2.2 background position:0 100%;無法正常工作。 –

回答

0

嘗試使用DIV和使用position:fixedbottom:0px;