2012-03-19 160 views
0

我使用jQuery Mobile構建的移動網站頁腳有問題。修復jQuery Mobile頁面中的頁腳

當我剪下頁腳的data-position="fix"頁腳被固定到一個位置,但頁面內容是少量的,所以頁腳不固定桌面頁腳位置。

我該如何解決jQuery手機網站的問題?

回答

0
<div data-role="footer" style="position:absolute; bottom:0; left:0;"> 
</div> 
0
<div data-role="footer" style="position:absolute; bottom: 0; left:0;"> 
</div>