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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -