border-image
- 版本:CSS3
- 媒体:视觉
语法:
border-image:[ border-image-source ] || [ border-image-slice ] [ / [ border-image-width ]? | / [ border-image-outset ] ]? || [ border-image-repeat ]
默认值:看每个独立属性
适用于:看每个独立属性
继承性:无
动画性:看每个独立属性
计算值:看每个独立属性
取值:
- [ border-image-source ]:
- 设置或检索对象的边框是否用图像定义样式或图像来源路径。
- [ border-image-slice ]:
- 设置或检索对象的边框背景图的分割方式。
- [ border-image-width ]:
- 设置或检索对象的边框厚度。
- [ border-image-outset ]:
- 设置或检索对象的边框背景图的扩展。
- [ border-image-repeat ]:
- 设置或检索对象的边框图像的平铺方式。
说明:
复合属性。设置或检索对象的边框样式使用图像来填充。
- 使用图像替代border-style去定义边框样式。当border-image为none或图像不可见时,将会显示border-style所定义的边框样式效果。
- 对应的脚本特性为borderImage。
兼容性:
- = 支持
- = 不支持
- = 部分支持
支持版本\类型 | |||||
---|---|---|---|---|---|
版本 | 6.0-10.0 | 15.0 | 5.1.7 | 15.0 | 10.5-14.0 -o- |
版本 | 11.0 | 15.0 |