aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/css_positioning/index.html
blob: 7271af1172a87476a2e70690335646356e8526db (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
title: CSS Positioned Layout
slug: Web/CSS/CSS_Positioning
tags:
  - Aperçu
  - CSS
  - CSS Positioned Layout
  - Reference
translation_of: Web/CSS/CSS_Positioning
---
<div>{{CSSRef}}</div>

<p><em><strong>CSS Positioned Layout</strong></em> (ou module CSS de disposition positionnée) est un module CSS qui définit comment positionner des éléments sur une page.</p>

<h2 id="Référence">Référence</h2>

<h3 id="Propriétés">Propriétés</h3>

<ul>
 <li>{{cssxref("bottom")}}</li>
 <li>{{cssxref("clear")}}</li>
 <li>{{cssxref("float")}}</li>
 <li>{{cssxref("left")}}</li>
 <li>{{cssxref("position")}}</li>
 <li>{{cssxref("right")}}</li>
 <li>{{cssxref("top")}}</li>
 <li>{{cssxref("z-index")}}</li>
</ul>

<h2 id="Guides">Guides</h2>

<dl>
 <dt><a href="/fr/docs/Web/CSS/Comprendre_z-index">Comprendre <code>z-index</code> en CSS</a></dt>
 <dd>Présente la notion de contexte d'empilement et explique comment fonctionne le tri sur z avec plusieurs exemples.</dd>
</dl>

<h2 id="Spécifications">Spécifications</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Spécification</th>
   <th scope="col">État</th>
   <th scope="col">Commentaires</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName('CSS3 Positioning')}}</td>
   <td>{{Spec2('CSS3 Positioning') }}</td>
   <td> </td>
  </tr>
  <tr>
   <td>{{SpecName('CSS2.1', 'visuren.html')}}</td>
   <td>{{Spec2('CSS2.1')}}</td>
   <td> </td>
  </tr>
 </tbody>
</table>