「z-index與stacking context」相關筆記

原始問題

Describe z-index and how stacking context is formed.

Reference: front-end-interview-handbook

筆記

z-index 是什麼?

W3C

MDN 1

Front End Interview Handbook 1

stacking context 是什麼?

MDN

前端三十

Front End Interview Handbook 2

What No One Told You About Z-Index

stacking context 如何產生?

W3C

MDN 2

實作

See the Pen nav (z-index) by Charlie (@Charlie7779) on CodePen.

在僅有一組nav元素的情況下做出「nav展開時,從header下方滑出」的視覺效果

參考文件