欢迎访问服务器技术网-www.fuwuqijishu.com

Style borderImage 属性

JavaScript fuwuqijishu 2年前 (2022-09-04) 54次浏览 0个评论 扫描二维码
文章目录[隐藏]

Style borderImage 属性

Style 对象

实例

指定作为 div 元素周围边框的图像:

document.getElementById("myDIV").style.borderImage="url(border.png) 30 30 round";


定义和用法

borderImage 属性是设置
borderImageSource、
borderImageSlice、
borderImageWidth、
borderImageOutset
和 borderImageRepeat 属性的速记属性。

省略的值被设置为它们的默认值。


浏览器支持

Internet Explorer 11、Firefox、Opera 15、Chrome 和 Safari 6 支持 borderImage 属性。

Safari 5 支持另一个可替代该属性的属性,即 webkitBorderImage 属性。


语法

返回 borderImage 属性:

object.style.borderImage

设置 borderImage 属性:

object.style.borderImage="source slice width outset repeat|initial|inherit"

属性值

描述
borderImageSource 要用于绘制边框的图像的路径。
borderImageSlice 图像边框的向内偏移。
borderImageWidth 图像边框的宽度。
borderImageOutset 边框图像区域超出边界框的量。
borderImageRepeat 规定图像边框是重复拼接图块还是延伸图块。
initial 设置该属性为它的默认值。请参阅 initial
inherit 从父元素继承该属性。请参阅 inherit

技术细节

默认值: none 100% 1 0 stretch
返回值: 字符串,表示元素的 border-image 属性。
CSS 版本 CSS3


相关文章

CSS 参考手册:border-image 属性


Style 对象

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2123.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900