CSS Property: border-image-source
[this page | pdf | back links]
The CSS (CSS3) border-image-source property specifies
path of image to be used as a border (instead of a normal border around an
element).
Valid property values
(other than inherit
and initial) are:
|
Value
|
Description
|
|
none
|
(default value). No
image used
|
|
url(‘URL’)
|
URL path
to the border image
|
|
Default Value:
|
none
|
|
JavaScript syntax:
|
e.g. object.style.borderImageSource="url(myborder.png)"
|
|
Inherited:
|
No
|
|
Animatable:
|
No
|
NAVIGATION LINKS
Contents | Prev | Next | CSS Properties