CSS 参考手册
CSS3 border-image-slice 属性
指定图像的边界向内偏移
源代码:
点击运行 »
div { border-image-source: url(border.png); border-image-slice: 50% 50%; }
运行结果:
点击运行 »