Path: blob/main/files/en-us/web/css/-moz-float-edge/index.md
6532 views
------{{CSSRef}}{{Non-standard_header}}{{Deprecated_Header}}
The non-standard -moz-float-edge CSS property specifies whether the height and width properties of the element include the margin, border, or padding thickness.
Syntax
Values
border-box: The height and width properties include the content, padding and border but not the margin.
content-box: The height and width properties include the content, but not the padding, border or margin.
margin-box: The height and width properties include the content, padding, border and margin.
padding-box: The height and width properties include the content and padding but not the border or margin.
Formal definition
{{CSSInfo}}
Formal syntax
{{csssyntax}}
Examples
HTML
CSS
Result
{{ EmbedLiveSample('Examples') }}
Specifications
Not part of any standard.
Browser compatibility
{{Compat}}