Position Context
This context class acts as an intermediate context to set the position of an element and to specify the actual positioning concerning the sides distances too.
It offers primarily functions to define the type of the position, like absolute or relative. Further more those functions opens another subcontext named PositioningContext, which brings functions to ultimately define the side distances.
Parameters
basic context scope interface
the defined output StringBuilder to write the generated CSS into
Constructors
Functions
This function sets the `absolute` value for the position property and opens up the PositioningContext in order to enable the definition of side distances.
This function sets the `fixed` value for the position property and opens up the PositioningContext in order to enable the definition of side distances.
This function sets the `relative` value for the position property and opens up the PositioningContext in order to enable the definition of side distances.
This function sets the `sticky` value for the position property and opens up the PositioningContext in order to enable the definition of side distances.