--- title: CSS 位置指定レイアウト slug: Web/CSS/CSS_Positioning tags: - CSS - CSS 位置指定レイアウト - ガイド - 概要 - リファレンス translation_of: Web/CSS/CSS_Positioning --- {{CSSRef}} **CSS 位置指定レイアウト** (CSS Positioned Layout) は CSS モジュールの一つで、ページ上での要素の位置指定方法を定義します。 ## リファレンス ### CSS プロパティ - {{cssxref("bottom")}} - {{cssxref("clear")}} - {{cssxref("float")}} - {{cssxref("left")}} - {{cssxref("position")}} - {{cssxref("right")}} - {{cssxref("top")}} - {{cssxref("z-index")}} ## ガイド - [CSS の z-index を理解する](/ja/docs/Web/CSS/CSS_Positioning/Understanding_z_index) - : 重ね合わせコンテキストの記述法と Z 順の動作方法の説明を、いくつかの例と共に紹介します。 ## 仕様書 | 仕様書 | 状態 | 備考 | | ---------------------------------------- | ------------------------------- | ---- | | {{ SpecName('CSS3 Positioning') }} | {{ Spec2('CSS3 Positioning') }} | | | {{ SpecName('CSS2.1', 'visuren.html') }} | {{ Spec2('CSS2.1') }} | |