The floater is positioned adjacent to the element. Either the end of the floater is placed at the start of the element or the start of the floater is placed at the end of the element. The floater position value is not used. The element position is added or subtracted to the floater position (depending on the side) to get the final position. It can be used to partially overlap the floater with the element or create a space between the floater and the element.
The floater is placed in such a way that it overlaps with the element. Either the start of the floater is set to the start of the element or the end of the floater is set to the end of the element. The floater position value is not used. The element position is added to the floater position to get the final position. It can be used to partially overlap the floater with the element.
Both the floater position and element position are interpreted as relative position of an anchor location. Their values should between 0.0 and 1.0. The floater will be positioned in such a manner that the relative anchor position in the floater is at the relative anchor location in the element. For example if both floater and element position are 0.5, the floater will be placed centered at the center of the element.
Position of floater relative to element.