The border-image-width property specifies the width of the border image.Tip: Also look at the border-image property (a shorthand property for setting all the border-image-* properties).
border-image-width: number|%|auto|initial|inherit;
#borderimg { border-image-source: url(border.png); border-image-width: 10px; }