ヘッダー・フッター

デモ

こちらをデモを参照


サンプル

<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1" />
		<title>jQuery Mobileサンプル</title>
		<link rel="stylesheet" href="../css/jquery.mobile-1.1.1.css" />
		<script src="../js/jquery-1.8.1.min.js"></script>
		<script src="../js/jquery.mobile-1.1.1.min.js"></script>
	</head>
	<body>
		<section id="index" data-role="page" data-title="jQuery Mobile">
			<header data-role="header">
				<h1>jQuery Mobileサンプル</h1>
			</header>
			<div data-role="content"> 
				<p>サンプル文字列サンプル文字列サンプル文字列サンプル文字列サンプル文字列サンプル文字列サンプル文字列サンプル文字列サンプル文字列サンプル文字列</p>
			</div>
			<footer data-role="footer" class="ui-bar">
				<a href="#">トップ</a>
				<a href="#">FAQ</a>
				<a href="#">お問い合わせ</a>
			</footer>
		</section>
	</body>
</html>
 
 




最終更新:2013年05月23日 19:37