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

The total width of the box

WBOY
Release: 2016-08-31 08:41:49
Original
4225 people have browsed it

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template