Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

z pos css

/*priority on the index coming out of the screen*/

/* Keyword value */
z-index: auto;

/* <integer> values */
z-index: 0;
z-index: 3;
z-index: 289;
z-index: -1; /* Negative values to lower the priority */

/* Global values */
z-index: inherit;
z-index: initial;
z-index: revert;
z-index: unset;
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #pos #css
ADD COMMENT
Topic
Name
3+1 =