You are here : cssCSS 3float

float - CSS 3

The float property specifies whether or not a box (an element) should float.Note: Absolutely positioned elements ignores the float property!


Syntax

float: none|left|right|initial|inherit;


Example

img 
	{
	   
	float: right;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference