CSS Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.Anti-spam check. Do not fill this in! ====Float and clear==== The {{Code|float|css}} property may have one of three values. ''Absolutely'' positioned or ''fixed'' items cannot be floated. Other elements normally flow around floated items, unless they are prevented from doing so by their {{Code|clear|css}} property. ;left: The item ''floats'' to the left of the line that it would have appeared in; other items may flow around its right side. ;right: The item ''floats'' to the right of the line that it would have appeared in; other items may flow around its left side. ;clear: Forces the element to appear underneath ('clear') floated elements to the left ({{code|lang=css|code=clear:left}}), right ({{code|lang=css|code=clear:right}}) or both sides ({{code|lang=css|code=clear:both}}).<ref name="W3C-positioning"/><ref>{{cite book|last=Holzschlag|first=Molly E|author-link=Molly Holzschlag|title=Spring into HTML and CSS|year=2005|publisher=Pearson Education, Inc|isbn=0-13-185586-7}}</ref> Summary: Please note that all contributions to Christianpedia may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here. You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Christianpedia:Copyrights for details). Do not submit copyrighted work without permission! Cancel Editing help (opens in new window) Discuss this page