whether the element is positioned absolutely or relative to its parent during layout
1
whether the element is positioned absolutely or relative to its parent during layout
Value | Description |
---|---|
Values | |
absolute | |
fixed | |
relative | elements inside the element are rendered relative to this element |
static | positions element according to the normal flow |