Determines whether the position style in the cascading style sheet is set to absolute.
public boolean getPosAbsolute()
Returns true if the position style is set to absolute; otherwise, returns false.
Absolute positioning sets the element at an offset from the origin of its first positioned parent by the left and top settings.
See Also getPosRelative, setPosAbsolute, setPosRelative