topical media & game development
mobile-js-jquery-ch03.txt / txt
chapter: UI Components
==================
<div data-role="header">
<h1>Page's title</h1>
</div>
====================================
<div data-role="footer">
</div>
====================================
<div data-role="page" data-fullscreen="true">
<div data-role="header" data-position="fixed">
<h1>Page's title</h1>
</div>
<div data-role="content">
</div>
<div data-role="footer" data-position="fixed">
</div>
</div>
====================================
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.