aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/css_positioning/understanding_z_index/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/css_positioning/understanding_z_index/index.html')
-rw-r--r--files/ru/web/css/css_positioning/understanding_z_index/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ru/web/css/css_positioning/understanding_z_index/index.html b/files/ru/web/css/css_positioning/understanding_z_index/index.html
index 0074ff2577..8d5d965a23 100644
--- a/files/ru/web/css/css_positioning/understanding_z_index/index.html
+++ b/files/ru/web/css/css_positioning/understanding_z_index/index.html
@@ -1,6 +1,6 @@
---
title: Понимание CSS z-index
-slug: Web/Guide/CSS/Understanding_z_index
+slug: Web/CSS/CSS_Positioning/Understanding_z_index
tags:
- Advanced
- CSS
@@ -11,6 +11,7 @@ tags:
- Web
- z-index
translation_of: Web/CSS/CSS_Positioning/Understanding_z_index
+original_slug: Web/Guide/CSS/Understanding_z_index
---
<p>Обычно HTML страницы можно считать двухмерными, потому что текст, картинки и другие элементы расположены на странице без перекрытия. Существует единый нормальный поток отрисовки (rendering flow) и элементы избегают пространства, занятого другими.{{cssxref("z-index")}} атрибут позволяет регулировать порядок наложения объектов друг на друга в процессе отрисовки контента (rendering content).</p>