Universal Clear Floating style

Source: Internet
Author: User
This is a popular way to clear the float and has been fully adopted on many major projects.

This method is derived from positioniseverything and is implemented by the after pseudo-class: After and Iehack, fully compatible with the current mainstream browser.

. clearfix:after  {    content: ".";    Clear:both;    height:0;    Visibility:hidden;    Display:block;  }  /* This is the processing of Firefox, because Firefox supports the generation of elements, and all versions of IE do not support the generation of elements */. Clearfix{display:inline-block;}/* This is the processing of IE browser on MAC */html . clearfix{height:1%;}/* This is the processing of the IE6 browser on Win */* + HTML. clearfix{height:1%;}/* This is the processing of the IE7 browser on Win */. C Learfix{display:block,}/* This is a modification to display:inline-block, and a reset to a chunk element */

Here's a admin10000.com to clean up the floating code.

. clearfix:after {    content: "020";    Display:block;    height:0;    Clear:both;}. Clearfix {    zoom:1;}

This is the optimized version of the clear floating style, it is highly recommended.

Related documents: CSS clear floating common methods summary

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.