Описание
z-index - наложение элементов друг на друга в определенном порядке имитируя слои на VEB странице, если свойство position задано со значениями absolute,fixed,relative.
CSS 1 / CSS 2 / CSS 2.1 / CSS 3
Значения
z-index: значение / auto / inherit
Запись
z-index: значение; - ноль , положительные и отрицательные целые числа. Нижний слой это ноль, чем выше число,тем выше слой.
z-index: auto; - автоматическое расположение слоев в соответствии с кодом HTML.
z-index: inherit; - наследует значение родительского элемента.
z-index: auto; - автоматическое расположение слоев в соответствии с кодом HTML.
z-index: inherit; - наследует значение родительского элемента.
Значение по умолчанию - auto.
Пример
Внешний вид
z-index
z-index
Свойства CSS
- animation
- animation-direction
- appearance
- background-clip
- background-color
- background-image
- background-attachment
- background-repeat
- background-size
- background-position
- border
- column-count
- column-gap
- column-rule
- column-width
- content
- cursor
- direction
- font-family
- filter
- float
- font
- font-size
- font-stretch
- font-style
- font-weight
- line-height
- margin
- max-height
- min-height
- margin-top
- opacity
- orphans
- outline
- overflow
- padding
- position
- quotes
- resize
- right
- rotation-point
- table-layout
- text-align
- text-align-last
- text-decoration
- text-indent
- text-justify
- text-overflow
- text-shadow
- text-transform
- top
- transform
- transform-origin
- transform-style
- transition
- transition-delay
- transition-duration
- transition-property
- transition-timing-function
- vertical-align
- visibility
- white-space
- word-break
- word-spacing
- word-wrap
- z-index