CSS property: float
Property values
Parameter |
Description |
|---|---|
left |
This value specifies that the element floats to the left of the containing element. |
none |
This value specifies that the element does not float. |
right |
This value specifies that the element floats to the right of the containing element. |
inherit |
This value specifies that the element inherits the float property value from the containing element. |
Parent topic: CSS Properties