Overview | Methods | Fields | This Package | All Packages
Determines whether the position style in the cascading style sheet is set to relative.
Syntax
public boolean getPosRelative()
Return Value
Returns true if the position style is set to relative; otherwise, returns false.
Remarks
Relative positioning sets the element at an offset from where it would normally be positioned in the HTML layout by the left and top settings.
See Also getPosAbsolute, setPosAbsolute, setPosRelative