Quackit Logo
HTML
CSS
Scripting
Database
Hosting
Design
XML

Print Version

CSS clear

Also see the full, alphabetical list of CSS properties


The CSS clear property is used to for control flow when using the float property. Using CSS clear, you can specify whether to keep one or both sides of an element "clear" (i.e. no elements can appear on the side that is clear).

Also see the CSS float property.

Syntax: clear: <value>
Possible Values:
  • none - floating elements can appear on either side
  • left - floating elements can not appear on the left (i.e. keep the left side "clear")
  • right - floating elements can not appear on the right (i.e. keep the right side "clear")
  • both - floating elements can not appear on the left or right (i.e. keep both sides "clear")
  • inherit
Initial Value: None
Applies to: Block-level elements
Inherited: No
Media: Visual
Example: clear: right;
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