Value
content-box If this value is specified, the width and height properties represent
only the dimensions of the content??”they don??™t include the border,
margin, or padding. This reflects the default CSS2 box model
(p. 142).
padding-box If the value padding-box is specified, the width and height
properties include the padding size with the content dimensions,
but don??™t include the border or margin. This value isn??™t included
in the CSS3 box-sizing property specifications.
border-box If the value border-box is specified, the width and height properties
represent the sum of the padding size, border size, and the content
dimensions, but don??™t include the margin. This box sizing model
reflects the IE5 box model (p. 156).
Compatibility
Opera Safari Firefox Internet Explorer
9.2 3.0 2.0 1.3 2.0 1.5 1.0 7.0 6.0 5.5
None None None None Full Full Full None None None
This is a proprietary Mozilla extension to the CSS standard.
The display Property Value: -moz-inline-box
The value -moz-inline-box is the Mozilla equivalent to CSS2.
Pages:
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545