public class Float
extends StyleElement
The float property sets where an image or a text will appear in another
element.
Note: If there is too little space on a line for the floating element, it
will jump down on the next line, and continue until a line has enough space.
Note: Content, background, and borders of inline elements should go in front
of the float. Background and borders of a block element should go behind the
float, but the content of the block element should go in front of the float.
Inherited: No
- Version:
- 3.0
- Author:
- Piotr Ptak