2013-10-27 180 views
0

JQuery Mobile固定頁眉和頁腳欄在滾動時消失,然後在滾動停止時再次出現。我正在用漣漪模擬器測試JQuery Mobile固定頁眉和頁腳欄在滾動時消失

<div id="tv_links" data-position="fixed" data-tap-toggle="false" data-role="footer" data-theme="b"> 
    <div data-role="navbar"> 
     <ul> 
      <li><a href="#business" data-role="button" data-inline="true" data-icon="info">Business News </a> 

       <li><a href="#sportsnews" data-role="button" data-inline="true" data-icon="info">Sports News </a> 

        <li> 
<a href="#weather_update" data-role="button" data-inline="true" data-icon="info">Weather </a> 

         <li> 
<a href="#interactive" data-role="button" data-inline="true" data-icon="info">Get Live </a> 
     </ul> 
    </div> 
</div> 

回答

0

您的li標籤未關閉! 你試過關閉它們嗎?

相關問題