About
A positioned element is an element that has a position property value that is not static (ie not the default).
Property such as z-index requires the element to be positioned to be applied. You can read it in the specification.
It's positioned according to:
- the containing block
- the offset
- and the position property value