Pozícionálás: display CSS jellemző tulajdonságai

Display

Az elem megjelenésének módja

Declares if/how the element displays.
Lehetséges értékek:
none
inline
block
list-item
run-in
compact
marker
table
inline-table
table-row-group
table-header-group
table-footer-group
table-row
table-column-group
table-column
table-cell
table-caption
inline | block | list-item | inline-block | table | inline-table | table-row-group | table-header-group | table-footer-group | table-row | table-column-group | table-column | table-cell | table-caption | none | inherit

Display minták, példák:

div { display:none; }

div { display:inline; }

div { display:marker; }


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

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

További pozícionálás:

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

Display CSS tulajdonságok, referencia

Webdesign