CSS3 border-image-repeat 属性
实例
:
div
{
border-image-source: url(border.png);
border-image-repeat: round;
}
持 border-image-repeat 属性。
请参阅 border-image 属性。
border-image-repeat (repeatedstretchedrounded)。
| 默认值: | stretch |
|---|---|
| 继承性: | no |
| 版本: | CSS3 |
| JavaScript 语法: | object.style.borderImageRepeat="round" |
可能的值
border-image-repeat: stretch|repeat|round;
注释:同的值。
| 值 | 描述 |
|---|---|
| stretch | 填充区域 |
| repeat | 充区域。 |
| round | 类似 repeat 应区域。 |
相关页面
CSS3 教程:CSS3 边框