Overview | Methods | Fields | This Package | All Packages
Determines whether the position style in the cascading style sheet is set to absolute.
Syntax
public boolean getPosAbsolute()
Return Value
Returns true if the position style is set to absolute; otherwise, returns false.
Remarks
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