html - What does z-index:1001 means in css -



html - What does z-index:1001 means in css -

i know z-index defines stack level of box in current context z-index means special(the same 9999)? because used often..

e.g.

.outerbox{ display:block; z-index:1001; }

thanks in advance!

same purpose z-index: 9999. it's ugly hack moves absolute/relative/fixed elements front.

html css z-index

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -