What are all the alignment position properties available in the dom style object?
Alignment Property | Description | values |
bottom | specifies how far the bottom edge of an element is above/below the bottom edge of the parent element | auto % length |
left | specifies how far the left edge of an element is to the right/left of the left edge of the parent element. | auto % length |
position | places an element in a static, relative, absolute or fixed position | static relative absolute fixed |
right | specifies how far the right edge of an element is to the left/right of the right edge of the parent element | auto % length |
top | specifies how far the top edge of an element is above/below the top edge of the parent element | auto % length |