Home  >  Article  >  Web Front-end  >  The total width of the box

The total width of the box

WBOY
WBOYOriginal
2016-08-31 08:41:494165browse

Standard box model:

The total width of the box = left and right margin + left and right border + left and right padding + width

IE Box Model:

The total width of the box = left and right border + left and right padding + width

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn