Determines whether the position style in the cascading style sheet is set to relative.
public boolean getPosRelative()
Returns true if the position style is set to relative; otherwise, returns false.
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