CSS 参考手册
CSS3 border-image-width 属性
指定图像边界的宽度
源代码:
点击运行 »
div { border-image-source: url(border.png); border-image-width: 30 30; }
运行结果:
点击运行 »