The PositionMode enumeration defines possible values for the position
CSS property in the Sandbox UI framework. It determines how an element is positioned in the document layout.
The PositionMode enumeration defines possible values for the position
CSS property in the Sandbox UI framework. It determines how an element is positioned in the document layout.
Member Name | Summary |
---|---|
Static | Default, the top , right , bottom , left , and z-index properties have no effect. |
Relative | Enables top , right , bottom , left , and z-index to offset the element from its would-be position with Static. |
Absolute | Same as Relative, but the element's size does not affect other elements at all. |