Some times on css z-index work on the other hand it doesnt work | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Some times on css z-index work on the other hand it doesnt work

css for popup manu

8th Apr 2018, 11:14 AM
Fanuel Almaw
Fanuel Almaw - avatar
3 ответов
+ 8
Your affected elements must have their css positions different to 'relative' too in order this works.
8th Apr 2018, 1:22 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 1
z-index is not simple like seem... You must understand stacking context https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index
8th Apr 2018, 12:06 PM
KrOW
KrOW - avatar
+ 1
Using z-index may affect performances, so sometimes would be better to find a solution that doesn't use this property. https://www.google.it/amp/blog.twonegatives.com/post/19178820235/why-z-index-is-probably-not-what-you-want-to-use/amp
8th Apr 2018, 7:57 PM
Ludovico Iommi
Ludovico Iommi - avatar