DOM Style borderImageSource属性用于设置或返回要使用的图像,而不是由 border-style 属性给出的样式。
句法:
- 获取 borderImageSource 属性
object.style.borderImageSource
- 设置 borderImageSource 属性
object.style.borderImageSource = "none | image | initial | inherit"
属性值
- none:这将属性设置为不使用图像。
示例 1:
DOM Style borderImageSource Property GeeksforGeeks
DOM Style borderImageSource PropertyClick on the button to change the source of border-image
GeeksforGeeks输出:
- 点击按钮前:
- 按下按钮后:
- 点击按钮前:
- 图像:这将图像设置为指定的路径。
示例 2:
DOM Style borderImageSource Property GeeksforGeeks
DOM Style borderImageSource PropertyClick on the button to change the source of border-image
GeeksforGeeks输出:
- 点击按钮前:
- 点击按钮后:
- 点击按钮前:
- initial :这用于将此属性设置为其默认值。
示例 3:
DOM Style borderImageSource Property GeeksforGeeks
DOM Style borderImageSource PropertyClick on the button to change the source of border-image
GeeksforGeeks输出:
- 点击按钮前:
- 按下按钮后:
- 点击按钮前:
- inherit :这用于从其父级继承属性。
示例 4:
DOM Style borderImageSource Property GeeksforGeeks
DOM Style borderImageSource PropertyClick on the button to change the source of border-image
GeeksforGeeks输出:
- 按下按钮后:
点击按钮前:
- 按下按钮后:
支持的浏览器: borderImageSource 属性支持的浏览器如下:
- 铬合金
- 浏览器 11.0
- 火狐
- Safari 6.0