border-image-width 边框图像宽度
定义边框图像的宽度。
语法:
{ border-image-width : sBorderImageWidth }
| 默认值: |
1 |
| 继承性: |
否 |
| DOM 语法: |
object.style.borderImageWidth = sBorderImageWidth |
| 适用于: |
所有元素 |
| 浏览器支持: |
|
可能的值:
[ <length> | <percentage> | <number> | auto ]{1,4}
| 值 |
描述 |
| <length> |
绝对的长度值。 |
| <percentage> |
相对于图像的百分比。 |
| <number> |
相对于边框宽度的倍数。 |
| auto |
自动计算。 |
说明:
本属性最后更新时间:2011-05-03 11:26:11
|