Results 61 - 80 of 112

Implementing image sprites in CSS

Image sprites are used in numerous web apps where multiple images are used. Rather than include each image as a separate image file, it is much more memory and bandwidth-friendly to send them as a single image, so the number of HTTP requests is reduced.
Advanced CSS CSS Image Graphics Guide NeedsContent Sprites Web

flex-grow

The flex-grow CSS property specifies the flex grow factor of a flex item. It specifies what amount of space inside the flex container the item should take up.
CSS CSS Flexible Boxes CSS Property NeedsContent Reference

flex-shrink

The flex-shrink CSS property specifies the flex shrink factor of a flex item.
CSS CSS Flexible Boxes CSS Property NeedsContent 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

offset-block-end

The offset-block-end CSS property defines the logical block end offset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the toprightbottom, or left property depending on the values defined for writing-mode, direction, and text-orientation.
CSS CSS Logical Property CSS Property Experimental NeedsContent Reference

offset-block-start

The offset-block-start CSS property defines the logical block start offset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the toprightbottom, or left property depending on the values defined for writing-mode, direction, and text-orientation.
CSS CSS Logical Property CSS Property Experimental NeedsContent Reference

offset-inline-start

The offset-inline-start CSS property defines the logical inline start offset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the toprightbottom, or left property depending on the values defined for writing-mode, direction, and text-orientation.
CSS CSS Logical Property CSS Property Experimental NeedsContent Reference