CSS to clear floating methods

Source: Internet
Author: User
float in CSS:

Float:left left float

Float:right Right Float

Float:none not floating

Float:inherit inherit floating (inherit parent element floating property, inherit fails if parent element has no floating attribute)

What issues are floating: 1. The parent element collapses, with no height. 2. The adjacent element in the Web page appears in a different position

Several ways to clear floating:

1. Manually add a high disadvantage to the parent element: If the child element is too large and the number is indeterminate, the setting is more complex.

<! DOCTYPE html>

2. Use the Clear property

<! DOCTYPE html>

3. Add the overflow attribute to the parent element and use it in conjunction with Zoom:1

<! DOCTYPE html>

4. Adding floating disadvantage to Parent element: adjacent element position exception

<! DOCTYPE html>

5. Using: After pseudo-elements

<! DOCTYPE html>
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.