Css clear float, css float

Source: Internet
Author: User

Css clear float, css float

Float in css:

Float: left floating

Float: right float

Float: none does not float

Float: inherit inherits floating (inherits floating attributes of the parent element. If the parent element does not have floating attributes, inherit becomes invalid)

What are the problems caused by floating: 1. Parent element collapsed, with no height. 2. the Adjacent Elements in the webpage are ectopic.

Several Methods to clear floating:

1. manually add height disadvantages to the parent element: if the number of child elements is too large and the number is not sure, the setting is complicated.

<! DOCTYPE html> 

2. Use the clear attribute

<! DOCTYPE html> 

3. Add the overflow attribute to the parent element and use it with zoom: 1.

<! DOCTYPE html> 

4. disadvantages of adding float to the parent element: the position of adjacent elements is abnormal.

<! DOCTYPE html> 

5. Use: after pseudo element

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