Pozícia css vlastnosť

Príklady kódu

2
0

poloha nehnuteľnosti css

/* Keyword values */
position: static;
position: relative;
position: absolute;
position: fixed;
position: sticky;

/* Global values */
position: inherit;
position: initial;
position: unset;
-2
0

čo je poloha nehnuteľnosti v css

relative: element at lower position in stack
absolute: element above the relatively positioned element in stack
sticky: scrolls with the user scroll movements
fixed: element fixed with property doesn't disappear while scrolling instead stick to the top
static: default value

V iných jazykoch

Táto stránka je v iných jazykoch

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................