diff options
Diffstat (limited to 'files/de/web/css/z-index/index.html')
-rw-r--r-- | files/de/web/css/z-index/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/de/web/css/z-index/index.html b/files/de/web/css/z-index/index.html index 014b0c53c8..9da303b0d4 100644 --- a/files/de/web/css/z-index/index.html +++ b/files/de/web/css/z-index/index.html @@ -17,9 +17,9 @@ translation_of: Web/CSS/z-index <p class="hidden">Die Quelle für dieses interaktive Beispiel ist in einem GitHub-Repository gespeichert. Wenn Sie zum Projekt der interaktiven Beispiele beitragen möchten, klonen Sie bitte <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> und senden Sie uns eine Pull-Anfrage.</p> -<p>Für einen positionierte Box (d.h. eine mit einer <code>position</code> anders als <code>static</code>) ist für die Eigenschaft <code>z-index</code> spezifiert:</p> +<p>Für einen positionierte Box (d.h. eine mit einer <code>{{cssxref("position")}}</code> anders als <code>static</code>) ist für die Eigenschaft <code>z-index</code> spezifiert:</p> -<p>For a positioned box (that is, one with any <code>position</code> other than <code>static</code>), the <code>z-index</code> property specifies:</p> +<p>Für eine positionierte Box (d. h. eine mit einer anderen als der statischen Position) gibt die Eigenschaft <code>z-index</code> an:</p> <ol> <li>Die Stapelebene der Box im aktuellen <a href="/de/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context">Stapel-Zusammenhang</a>.</li> @@ -63,7 +63,7 @@ z-index: unset; <h2 id="Beispiele">Beispiele</h2> -<h3 id="Visuelle_Schichtenelement">Visuelle Schichtenelement</h3> +<h3 id="Visually_layering_elements" name="Visually_layering_elements">Visuelle Schichtenelement</h3> <h4 id="HTML">HTML</h4> |