2013-06-21 143 views

回答

0

檢查http://jsfiddle.net/yeyene/Rdfxs/,使用正確的JQM的HTML標記。

<div data-role="page"> 
    <div data-role="header"> 
     <h1>Page Title</h1> 
    </div> 

    <div data-role="content"> 
     <p>Page content goes here</p> 
    </div> 

    <div data-role="footer" data-position="fixed"> 
     <h4>Page Footer</h4> 
    </div> 
</div> 
+0

我已經使用這個,但是當我點擊頁面時,頁眉還在移動.. –

+0

你能告訴我們你的html和js嗎? – yeyene

+0

嘿謝謝答覆,但我解決了這個問題 –

相關問題