Understand the Box Model

Source: Internet
Author: User

Div + CSS has two box models

Standard W3C Box Model

IE Box Model

How to enable the browser to process according to the standard box model is to add the doctype Declaration on the top of the webpage. If the doctype statement is not added, Each browser will understand the webpage based on its own behavior.

In the standard box model, width and height indicate the width and height of the content area. Increasing the padding, border, and margin does not affect the size of the content area, however, the total size of the element box is increased. In IE 6, the width is not the width of the content, but the total width of the content, padding, and border.

In fact, the box model of IE is more reasonable. W3C is aware of this problem and it is impossible to redefine the box model. Therefore, in css3, there are two optional values: Box-sizing, one is the default content-box and the other is border-box. If the latter is selected, the box model will be processed in IE6 mode.

 

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.