The property that controls layered presentation is called z-index. The higher the number you specify, the "higher" the element will be rendered.
| Property | Value | Description |
| z-index: | <number> | Control the z-axis location of an element |
Instead of <number>, you can also specify auto, which tells the browser to use the same z-index as its parent's box.