Pozícionálás: z-index CSS jellemző tulajdonságai

Z-index

elem pozíciója a 'Z' tengelyen, más elemek elé, vagy mögé helyezhető

Declares the stack order of the element.
Lehetséges értékek:
Integer values and the predefined value auto.
auto | <integer> | inherit

Z-index minták, példák:

div { z-index:2; }

div { z-index:auto; }


Alapértelmezett érték: auto
Öröklődő tulajdonság: nem
Media besorolás: visual
Csoport besorolás: pozícionálás

Kompatibilitás: CSS 2, CSS 2.1, CSS 3,

További pozícionálás:

clear cursor display float visibility top right bottom left position clip overflow vertical-align

Z-index CSS tulajdonságok, referencia

Webdesign