CSS Property:
border-image:
url(border.png) 50 round
url(border.png) 20% round
url(border.png) 30% round
url(border.png) 20% stretch
url(border.png) 30% stretch
url(border.png) 40% stretch
Result:
Note:
Internet Explorer 10, and earlier versions, do not support the border-image property.
CSS Code:
#myDIV {
border: 15px solid transparent;
padding: 15px;
border-image:
url(border.png) 50 round
;
}
Click the property values above to see the result
W3Schools.com
- Play it