How can I move this navbar to the bottom of the page, but not using data-position="fixed". At the moment it will display straight after the last div and not at the bottom. How can I accomplish this ? Because fixed will make it go overlap anything if the content is longer the the viewable part.
<div data-role="footer">
<div data-role="navbar" >
<ul>
<li><a href="#order">Order</a></li>
<li><a href="#home">Home</a></li>
</ul>
</div>
</div>