- fixed
-
- The element is removed from the normal document flow
- No space is created for the element in the page layout
- The element is positioned relative to its initial containing block, which is the viewport in the case of visual media
-
In contrast to
absolute
, afixed
element does not move on page scroll -
Its final position is determined by the values of
top
,right
,bottom
, andleft