Results 61 - 80 of 726

border-image

The border-image CSS property allows drawing an image on the borders of elements. This makes drawing complex looking widgets much simpler than it has been and removes the need for nine boxes in some cases. The border-image is used instead of the border styles given by the border-style properties. Though the specification requires that border-style must be present if border-image is used, some browsers many not implement this.
CSS CSS Borders CSS Property Reference

border-image-outset

The border-image-outset property describes by what amount the border image area extends beyond the border box.
CSS CSS Borders CSS Property NeedsExample Reference

border-image-repeat

The border-image-repeat CSS property defines how the middle part of a border image is handled so that it can match the size of the border. It has a one-value syntax that describes the behavior of all the sides, and a two-value syntax that sets a different value for the horizontal and vertical behavior.
CSS CSS Borders CSS Property NeedsMobileBrowserCompatibility Reference

border-image-slice

The border-image-slice CSS property divides the image specified by border-image-source in nine regions: the four corners, the four edges and the middle. It does this by specifying 4 inwards offsets.
CSS CSS Borders CSS Property NeedsExample Reference

border-image-source

The border-image-source CSS property defines the <image> to use instead of the style of the border. If this property is set to none, the style defined by border-style is used instead.
CSS CSS Borders CSS Property Reference

border-image-width

The border-image-width CSS property defines the width of the border image by defining inward offsets from the border edges. If the border-image-width is greater than the border-width, then the border image extends beyond the padding (and/or content) edge.
CSS CSS Borders CSS Property Reference

border-left

The border-left CSS property is a shorthand that sets the values of border-left-color, border-left-style, and border-left-width. These properties describe the left border of elements.
CSS CSS Borders CSS Property Reference

border-left-color

The border-left-color CSS property sets the color of the left border of an element. Note that in many cases the shorthand CSS properties border-color or border-left are more convenient and preferable.
CSS CSS Borders CSS Property Reference

border-left-style

The border-left-style CSS property sets the line style of the left border of a box.
CSS CSS Borders CSS Property Reference

border-left-width

The border-left-width CSS property sets the width of the left border of a box.
CSS CSS Borders CSS Property Reference

border-radius

The border-radius CSS property allows Web authors to define how rounded border corners are. The curve of each corner is defined using one or two radii, defining its shape: circle or ellipse.
CSS CSS Borders CSS Property NeedsMobileBrowserCompatibility Reference

border-right

The border-right CSS property is a shorthand that sets the values of border-right-color, border-right-style, and border-right-width. These properties describe the right border of elements.
CSS CSS Borders CSS Property Reference

border-right-color

The border-right-color CSS property sets the color of the right border of an element. Note that in many cases the shorthand CSS properties  border-color or border-right are more convenient and preferable.
CSS CSS Borders CSS Property Reference

border-right-style

The border-right-style CSS property sets the line style of the right border of a box.
CSS CSS Borders CSS Property Reference

border-right-width

The border-right-width CSS property sets the width of the right border of a box.
CSS CSS Borders CSS Property Reference

border-spacing

The border-spacing CSS property specifies the distance between the borders of adjacent table cells (only for the separated borders model). This is equivalent to the cellspacing attribute in presentational HTML, but an optional second value can be used to set different horizontal and vertical spacing.
CSS CSS Property CSS Tables Reference

border-style

The border-style property is a shorthand property for setting the line style for all four sides of the element´s border.
CSS CSS Borders CSS Property Reference

border-top

The border-top CSS property is a shorthand that sets the values of border-top-color, border-top-style, and border-top-width. These properties describe the top border of elements.
CSS CSS Borders CSS Property Reference

border-top-color

The border-top-color CSS property sets the color of the top border of an element. Note that in many cases the shorthand CSS properties border-color or border-top are more convenient and preferable.
CSS CSS Borders CSS Property Reference

border-top-left-radius

The border-top-left-radius CSS property sets the rounding of the top-left corner of the element. The rounding can be a circle or an ellipse, or if one of the value is 0,no rounding is done and the corner is square.
CSS CSS Borders CSS Property NeedsMobileBrowserCompatibility Reference