cordova - Are 2 footers possible in phonegap, Jquery mobile -


are 2 footers possible in phonegap, jquery mobile. second footer should top of first 1 @ bottom of page.

use navbar instead of 2 footer 2 footer not possible.

<div id="footer" data-role="footer" data-position="fixed" data-tap-toggle="false">     <div data-role="navbar">     <ul>         <li><a href="#">one</a></li>         <li><a href="#">two</a></li>         <li><a href="#">three</a></li>     </ul> </div><!-- /navbar -->     <h1>footer</h1>  </div>  

refer fiddle demo


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -