position - CSS: Cascading Style Sheets | MDN thumbnail
position - CSS: Cascading Style Sheets | MDN
developer.mozilla.org
removed from the normal document flow relatively positioned element The top, right, bottom, left, and z-index properties have no effect The element is positioned according to the normal flow of the document, and then offset relative to itself based on the values of top, right, bottom, and left. The
7 Users
0 Comments
53 Highlights
10 Notes

Top Highlights

  • removed from the normal document flow
  • relatively positioned element
  • The top, right, bottom, left, and z-index properties have no effect
  • The element is positioned according to the normal flow of the document, and then offset relative to itself based on the values of top, right, bottom, and left. The offset does not affect the position of any other elements; thus, the space given for the element in the page layout is the same as if position were static.
  • The element is removed from the normal document flow, and 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.

Tags

front-end
code

Ready to highlight and find good content?

Glasp is a social web highlighter that people can highlight and organize quotes and thoughts from the web, and access other like-minded people’s learning.