blob: 732dbc87c716993333e91e015c8daf8e349574d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
---
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') }} | |
|