float
Name: float
Description: Specifies whether an element is floated so that other elements (generally text) might flow around it.
Browser Compatibility: IE 4+ / NN 4+ / O 3.5+
Inherited: No
Values:
- inherit
- left
- none [Initial value]
- right
Code Example:
.imgLogo {float: right;}