Quackit Logo
HTML
CSS
Scripting
Database
Hosting
Design
XML

Print Version

CSS float

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!


Also see all CSS properties listed alphabetically


Enjoy this website?

  • Share
  • Add this page to your Favorites
  • Link to this page (copy/paste into your own website or blog):
  • Link to Quackit using one of these banner ads.
  • Help support Quackit by making a donation

Oh, and thank you for supporting Quackit!

© Copyright 2000 - 2010 Quackit.com