Why my z-index doesn't work ?plz help me....look the code and give me solution..plz plz plz | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Why my z-index doesn't work ?plz help me....look the code and give me solution..plz plz plz

https://code.sololearn.com/W2m4tSD8LTHn/?ref=app

22nd Oct 2022, 5:03 AM
Debajit Das
Debajit Das - avatar
1 Resposta
0
Your z-index value is for a span object that is in a div, which in turn is in a header. Your nav overlaps this header because no z-index is specified for the header, which in turn causes all inner elements to overlap, no matter what their z-index is. hence the conclusion: z-index only affects objects that are at the same level of the DOM tree.
10th Nov 2022, 11:49 AM
ReQiʞ
ReQiʞ - avatar