Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Funny until you realize element A with z-index: 999999; is still under a elemwnt B with z-index: 1; if A's parent has z-index: 2; and B's parent has z-index: 3; if the parents are on the same level.
-
My colleagues do that all the time. Except they add zeros at the end. First item z-index: 1; second: z-index:10; third: z-index:100; fourth: z-index:1000 .... etc. Why? Who knows.
Related Rants
z-index : 999999;
undefined
wk47