CSS Reference Property
border-image-source 4u3b4s
The border-image-source property specifies the border-style properties and as an additional background layer for the element. 633f3x
If the value is none
or if the image cannot be displayed (or the property doesn’t apply), the border styles will be used; otherwise the element’s borders are invisible and the border image is drawn as described by the border-image-repeat
properties.
For a detailed explanation on how these properties work with the border-image-source
property, see the border-image
shorthand property’s entry.
Official Syntax 52n3v
- Syntax:
border-image-source: none | <image>
- Initial: none
- Applies To: All elements, except internal table elements when
border-collapse
iscollapse
- Animatable: no
Values 6u6u2p
- none
- No border image is applied.
- <image>
-
See the
image
entry for a list of possible values.
Notes 3g6b1p
Even though any url()
functional notation.
Examples 2w2wp
border-image-source: none; /* no border image, use the border styles defined by `border-style` */ border-image-source: url(path/to/some-image.png); border-image-source: linear-gradient(to bottom, #333333, #eeeeee); /* a linear gradient is an <image> */
Live Demo 163835
See the border-image
entry for a live demo.
Browser 3n3564
CSS3 Border images u1u4l
Method of using images for borders
W3C Candidate Recommendation
ed from the following versions:
Desktop 5i6y2c
- 51
- 50
- 11
- 38
- 9.1
Mobile / Tablet 53b3r
- 9.3
- 4.4
- No
- 66
- 60