border-image-outset - CSS(层叠样式表) 编辑

概述

border-image-outset属性定义边框图像可超出边框盒的大小。

初始值0
适用元素all elements, except internal table elements when border-collapse is collapse. It also applies to ::first-letter.
是否是继承属性
适用媒体visual
计算值as specified, but with relative lengths converted into absolute lengths
Animation typediscrete
正规顺序the unique non-ambiguous order defined by the formal grammar

语法

Formal syntax: [ <length> | <number> ]{1,4}
/* border-image-outset: sides */
border-image-outset: 30%;

/* border-image-outset:垂直 水平 */
border-image-outset: 10% 30%;

/* border-image-outset: 顶 水平 底 */
border-image-outset: 30px 30% 45px;

/* border-image-outset:顶 右 底 左  */
border-image-outset: 7px 12px 14px 5px;

border-image-repeat: inherit;

sides
边框图像在四个方向超出边框盒的<length><number>数量。
horizontal
边框图像在水平方向(左和右)超出边框盒的<length><number>数量.
vertical
边框图像在垂直方向(上和下)超出边框盒的<length><number>数量.
top
边框图像在上方超出边框盒的<length><number>数量.
bottom
边框图像在下方超出边框盒的<length><number>数量.
right
边框图像在右方超出边框盒的<length><number>数量.
left
边框图像在左方超出边框盒的<length><number>数量.
inherit
四个方向的值都继承于父元素的该属性计算后值。

规范

规范状态备注
CSS Backgrounds and Borders Module Level 3
border-image-outset
Candidate Recommendation首次定义

浏览器兼容性

We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help! Desktop Mobile

FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support15.015.0 (15.0)11156
FeatureAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Basic support?15.0 (15.0)未实现??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:57 次

字数:11862

最后编辑:7年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文