Position
This context interface offers two functions to specify the positional appearance of an element.
zIndex for arranging elements among the z-axis to bring them to the back or the front of the screen
position for the positioning an element within its context
There are two variants for each of those functions; one for applying to all media devices at once and another to specify the functionality for each media device independently.
Functions
This function sets the position CSS property of an element for all media devices at once.
This function sets the position CSS property of an element for each media device independently.
This function sets the z-index CSS property of an element for all media devices at once.
This function sets the z-index CSS property of an element for each media device independently.