Properties of Css-float

Source: Internet
Author: User
Definitions and Usage

The float property defines in which direction the element floats. Historically this attribute is always applied to images, making text around the image, but in CSS, any element can float. A floating element generates a block-level box, regardless of what element it is itself.

If you float a replacement element, you specify a clear width; otherwise, they are as narrow as possible.

Note: If there is only a small amount of space on a line for floating elements, the element jumps to the next line, which lasts until a row has enough space.

Default value: Inheritance: Version: JavaScript Syntax:
None
No
CSS1
Object.style.cssfloat= "left"
instance

To float the image to the right:

IMG  {  float:right;  }

Tiy

Browser Support

The float property is supported by all major browsers.

Note: The property value "Inherit" is not supported for any version of Internet Explorer (including IE8).

Possible values Value Description
elements float to the left. The
right element floats to the right.
none default value. The element does not float and is displayed where it appears in the text.
inherit
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.