2011-11-17 53 views

回答

1

JQuery-Mobile content area 100% height between head and foot

在此期間,我會建議使用iScroll [使用CSS位置:固定;在iOS5中頁眉頁腳&僅]

在iScroll你只是包裝內容到包裝&卷軸類,其餘是由腳本來完成。這裏的主頁http://cubiq.org/iscroll-4和這裏的一些代碼:

<div id="content" data-role="content"> 
    <div id="wrapper"> 
     <div id="scroller"> 
      your content here. 
     </div> 
    </div> 
</div> 

對於iScroll初始化使用提供cubiq的網站上的文檔。

zY

+1

請記住,iScroll 4在Windows Phone 7上完全不起作用。根據您的要求,這可能是也可能不是問題。 – Barend