Class QPosition
Contains options for the CSS 'position' property.
string |
Relative
Relative to the normal position |
#
'relative'
|
string |
Absolute
relative to the first parent element that has a position other than static |
#
'absolute'
|
string |
Fixed
Relative to the browser Window |
#
'fixed'
|
string |
NotSet
Will result in 'static' positioning. Is default |
#
'NotSet'
|