2010-09-11 16:40:04 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>jQuery Mobile Framework - Fixed Overlay Style Toolbars</title>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/all" />
|
|
|
|
|
<script type="text/javascript" src="js/all"></script>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
2010-09-18 16:20:35 +00:00
|
|
|
<div data-role="page">
|
2010-09-11 16:40:04 +00:00
|
|
|
|
2010-09-21 14:58:54 +00:00
|
|
|
<div data-role="header">
|
2010-09-11 16:40:04 +00:00
|
|
|
<h1>Fixed Header</h1>
|
|
|
|
|
<a href="index.html" class="ui-back" data-icon="arrow-l">Home</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
2010-09-21 14:58:54 +00:00
|
|
|
<div data-role="content" class=" ui-fullscreen">
|
2010-09-11 16:40:04 +00:00
|
|
|
|
|
|
|
|
<img src="experiments/photos/images/photo-sand.jpeg" alt="photo-sand" />
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
2010-09-21 14:58:54 +00:00
|
|
|
<div data-role="footer">
|
2010-09-11 16:40:04 +00:00
|
|
|
<h1>Fixed Footer</h1>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|