본문 바로가기

CSS/learned_it_today

position:absolute;의 기준점 부모는 position:static만 아니면 된다.

position:absolute의 기준점이 되는 요소는

position: relative, absolute, fixed, sticky 다 가능.

 

position: static만 아니면 된다.

 

 

 

 

참고

developer.mozilla.org/en-US/docs/Web/CSS/position

 

position

The position CSS property sets how an element is positioned in a document. The top, right, bottom, and left properties determine the final location of positioned elements.

developer.mozilla.org