+ 1
Does the element goes out of the normal flow of the document?
When we give any div the position: absolute; does it go out of the normal flow of the document as in case of float.
2 Answers
+ 4
It will be positioned relative to its nearest ancestors position.
+ 2
https://www.encodedna.com/css-tutorials/float-right-using-position-absolute-css.htm
This may help with your understanding.