2017-2-22-z-index
overview
positioned element와 그것의 자손의 z-order를 명시한다. 엘리먼트가 겹칠 때, z-order는 어떤게 다른 것을 커버하는지 결정한다. larger z-index를 가진 엘리먼트는 작은 얘를 cover한다.
positioned box(static 말고)를 위해 z-index는 명시한다:
현재 stacking context에서 box의 stack level
stacking context HTML 엘리먼트의 3차원화. HTML 엘리먼트는 element attribute 기반으로 우선순위 순서 내에서 이 공간을 차지한다.
a stacking context는
Last updated
Was this helpful?