Results 101 - 120 of 298

Block formatting context

A block formatting context is a part of a visual CSS rendering of a Web page. It is the region in which the layout of block boxes occurs and in which floats interact with each other.
Beginner CSS CSS Basic Concepts Guide NeedsBeginnerUpdate NeedsExample Web

line-break

The line-break CSS property is used to specify how (or if) to break lines.
CSS CSS Property CSS Text NeedsExample Property Reference

-moz-outline-radius-bottomleft

The -moz-outline-radius-bottomleft CSS property sets the rounding of the bottom-left corner of the outline within Mozilla applications.
CSS CSS Property CSS Reference NeedsCompatTable NeedsContent NeedsExample Non-standard

-moz-outline-radius-bottomright

The -moz-outline-radius-bottomright CSS property sets the rounding of the bottom-right corner of the outline within Mozilla applications.
CSS CSS Property CSS Reference NeedsCompatTable NeedsContent NeedsExample Non-standard

-moz-outline-radius-topleft

The -moz-outline-radius-topleft CSS property sets the rounding of the top-left corner of the outline within Mozilla applications.
CSS CSS Property CSS Reference NeedsCompatTable NeedsContent NeedsExample Non-standard

-moz-outline-radius-topright

The -moz-outline-radius-topright CSS property sets the rounding of the top-right corner of the outline within Mozilla applications.
CSS CSS Property CSS Reference NeedsCompatTable NeedsContent NeedsExample Non-standard

-moz-user-focus

The -moz-user-focus CSS property is used to indicate whether the element can have the focus.
CSS CSS Reference CSS:Mozilla Extensions NeedsBrowserCompatibility NeedsContent NeedsExample NeedsMobileBrowserCompatibility

transform-box

The transform-box property defines the layout box, to which the transform and transform-origin properties relate to.
CSS CSS Property CSS Transforms Experimental NeedsBrowserCompatibility NeedsExample Reference

-webkit-print-color-adjust

The -webkit-print-color-adjust property is a non-standard CSS extension that can be used to force printing of background colors and images in browsers based on the WebKit engine.
CSS CSS Property Layout NeedsExample Non-standard Web

CSSValue

The CSSValue interface represents the current computed value of a CSS property.
API CSSValue DOM Interface NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility Reference