Quackit Logo

Got a MySpace Page?

Get "www.yourname.com" for your MySpace page. Learn how >>.

CSS float

Print Version

Also see the full, alphabetical list of CSS properties


The CSS float property is used for positioning elements. It specifies whether to float a box to the left or right of other elements, or not at all. This can assist in achieving advanced layouts similar to those of magazines and newspapers.

Also see the CSS clear property.

Syntax: float: <value>;
Possible Values:
  • left
  • right
  • none
  • inherit
Initial Value: none
Applies to: All except for positioned elements and generated content
Inherited: No
Media: Visual
Example: h1 { float: left }
Try it yourself! HTML Editor


Also see all CSS properties listed alphabetically


Enjoy this website?

  1. Link to this page (copy/paste into your own website or blog):
  2. Add this page to your favorite social bookmarks sites:
                     
  3. Add this page to your Favorites

Oh, and thank you for supporting Quackit!