data-position=”fixed”

このエントリーをはてなブックマークに追加

data-position=”fixed”は ヘッダーやフッターの固定配置を行うための属性です。

data-position=”fixed”はdata-role=”header”data-role=”footer”と合わせて指定します。

<div data-role="header" data-position="fixed">
	<h1>Fixed Header!</h1>
</div>
<div data-role="footer" data-position="fixed">
	<h1>Fixed Footer!</h1>
</div>

固定配置はOS5以上やAndroid 2.2以上といったCSSのposition:fixedに対応しているブラザのみ固定配置になり、それ以外はStaticな表示になります。

登録日 : 2012年10月02日 最終更新日 : 2016年12月19日

同じカテゴリー(固定配置)のエントリー

検索

スポンサードリンク

バージョン

リファレンス