Home › Forums › CSS › Please help me understand position: absolute properly › Reply To: Please help me understand position: absolute properly
April 20, 2019 at 6:55 pm
#286636
Participant
If you go over the elements in developer tools, you will see that .hrowx
has no height because absolutely positioned elements are taken out of the document flow. This is why the items that follow start at the top of the page. Removing absolute
from .top
will make the blue box start beneath the image/header.