{"name":"float","description":"This property specifies whether a box should float to the left, right, or not at all.","keywords":["css","property","float"],"longDescription":"<p>It may be set for any element, but only applies to elements that generate boxes that are not absolutely positioned.<\/p>","syntax":["float: left | right | none | <page-floats>;"],"defaultValue":"none","values":{"none":{"description":"<p>The box is not floated.<\/p>"},"left":{"description":"<p>The element generates a block box that is floated to the left. Content flows on the right side of the box, starting at the top (subject to the <code>clear<\/code> property).<\/p>"},"right":{"description":"<p>Similar to left, except the box is floated to the right, and content flows on the left side of the box, starting at the top.<\/p>"},"<page-floats>":{"description":"<p>See Generated Content for Paged Media <a href=\"http:\/\/www.w3.org\/TR\/css3-gcpm\/\">[CSS3GCPM]<\/a>.<\/p>"}},"versions":{"doc1":"http:\/\/www.w3.org\/TR\/CSS1\/#float","doc2":"http:\/\/www.w3.org\/TR\/CSS2\/visuren.html#float-position","doc21":"http:\/\/www.w3.org\/TR\/CSS21\/visuren.html#float-position","doc3":"http:\/\/www.w3.org\/TR\/css3-box\/#float"}}