2. Page Layout Example Notes

Source: Internet
Author: User

Three positioning mechanisms in 1.CSS

    • Standard document flow is the positioning in a streaming layout
    • Floating positioning
    • Relative positioning

2. When the element is set to float or relative positioning, it cannot be centered by setting the margin auto.

3. The floating element is still in the standard document stream, and it will be affected by the standard document flow. Unlike relative positioning, it is at different levels.

4. After a float is set, only the first statistic element that is immediately behind it is affected. The adjacent element is next to it, depending on the float set by the element.

5. Clear float: The elements affected by the floating element are clearly affected.

1 Tag { 2     clear:both  3 } 4  5 or 6  7 Tag { 8    width:100%; 9    overflow:hidden;  Ten }

The 6.br label has no effect when it clears the floating effect. Because a BR tag can only be changed one time, plus multiple BR tags for the page is not beautiful

7. When the element is set to absolute positioning: if the width is not set, its width is adjusted with the content.

1 Absolute Positioning 2 selector {3      position:absolute;  or fixed  4 }56 relative positioning-refers to the position relative to its own original, not completely out of standard document flow 7 selector {8      position:relative;  9 }

2. Page Layout Example Notes

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.