Two kinds of box model of CSS

Source: Internet
Author: User

Two kinds of CSS box model: The standard box model, IE box model

The similarities between the two: all include margin, border, padding, content

The difference between the two: the content part of the standard box model does not contain other parts; The content part of the IE box model contains the border, padding parts.

Example: A box model margin of 10px,border for 2px,padding for the 5px,content of 100px, 50px high.

1.W3C Standard Box model

The box needs to occupy the position: wide 10*2+2*2+5*2+100=134px, high 10*2+2*2+5*2+50=84px; the actual size of the box: wide 2*2+5*2+100=114px, High 2*2+5*2+50=64px.

2.IE Box Model

The box needs to occupy the position: wide 10*2+100=110px, high 10*2+50=60px; the actual size of the box: width 100px, height 50px,

What kind of box model does the browser display?

In general, in the case of the DOCTYPE declaration of the browser display is the standard box model, if there is no DOCTYPE declaration, then different browsers will according to their own interpretation to display the box model, ie may display the IE box model.

Two kinds of box model of CSS

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.