# Border-image
**版本:CSS3**
继承性:无
### 语法:
**border-image** : none | <image> [ <number> | <percentage>]{1,4} [ / <border-width>{1,4} ]? [ stretch | repeat | round ]{0,2}
**相关属性** : border-image:border-top-image , border-right-image , border-bottom-image , border-left-image
border-corner-image:border-top-left-image , border-top-right-image , border-bottom-left-image , border-bottom-right-image
### 取值:
none:默认值。无背景图。 *<image>*:使用绝对或相对 url 地址指定背景图像。 *<number>*:边框宽度用固定像素值表示。 <percentage>:边框宽度用百分比表示。[ stretch | repeat | round ]:拉伸 | 重复 | 平铺 (其中stretch是默认值。)
### 说明:
1. **使用图片作为对象的边界。**
当table设置border-collapse为collapse无效。
| 引擎类型 | Gecko | Webkit | Presto |
|-----|-----|-----|-----|
| Border-image | -moz-border-image | -webkit-border-image | |
| | | | |
### 兼容性:
<table><thead><tr><th class="type">类型</th> <th class="type_ie"><img src="https://box.kancloud.cn/2015-09-02_55e5d383bc987.png" alt="IE" />Internet Explorer</th> <th class="type_firefox"><img src="https://box.kancloud.cn/2015-09-02_55e5d383c41b8.png" alt="Firefox" />Firefox</th> <th class="type_chrome"><img src="https://box.kancloud.cn/2015-09-02_55e5d383cc7ac.png" alt="Chrome" />Chrome</th> <th class="type_opera"><img src="https://box.kancloud.cn/2015-09-02_55e5d383d4c14.png" alt="Opera" />Opera</th> <th class="type_safari"><img src="https://box.kancloud.cn/2015-09-02_55e5d383dd06d.png" alt="Safari" />Safari</th> </tr></thead><tbody><tr><td rowspan="4" class="version">版本</td> <td class="support no"><span>(×)</span>IE6</td> <td class="support no"><span>(×)</span>Firefox 2.0</td> <td class="support yes"><span>(√)</span>Chrome 1.0.x</td> <td class="support no"><span>(×)</span>Opera 9.64</td> <td class="support yes"><span>(√)</span>Safari 3.1</td> </tr><tr><td class="support no"><span>(×)</span>IE7</td> <td class="support no"><span>(×)</span>Firefox 3.0</td> <td class="support yes"><span>(√)</span>Chrome 2.0.x</td> <td></td> <td class="support yes"><span>(√)</span>Safari 4</td> </tr><tr><td class="support no"><span>(×)</span>IE8</td> <td class="support yes"><span>(√)</span>Firefox 3.5</td> <td></td> <td></td> <td></td> </tr><tr><td></td> <td></td> <td></td> <td></td> <td></td> </tr></tbody></table>
### 示例:
![](https://box.kancloud.cn/2015-09-02_55e5d383e6213.png)
使用的图片: ![](https://box.kancloud.cn/2015-09-02_55e5d383ef6c1.png)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta http-equiv="Content-Language" content="utf-8" /><meta name="robots" content="all" /><meta name="author" content="Tencent-ISRD" /><meta name="Copyright" content="Tencent" /><title>Border-image</title></head><body><div style="-webkit-border-image: url(img/bt_blue.png) 0 12 0 12 stretch stretch;-moz-border-image: url(img/bt_blue.png) 0 12 0 12 stretch stretch; display: block; border-width: 0 12px; padding: 10px; text-align: center; font-size: 16px; text-decoration: inherit; color:white;+color:black;">在safari3+和FF3.5浏览器里能看到边框背景图</div></body></html>
复制代码
Copyright © 2009 [Tencent ISD webteam](http://webteam.tencent.com/). All Rights Reserved
### 快速跳转
- [语法](# "跳转到“语法”")
- [取值](# "跳转到“取值”")
- [说明](# "跳转到“说明”")
- [兼容性](# "跳转到“兼容性”")
- [示例](# "跳转到“示例”")
- CSS3 Properties
- 边框(Border)
- Border-color
- Border-image
- Border-radius
- box-shadow
- 背景(Background)
- background-origin
- background-clip
- Background-size
- Multiple backgrounds
- 颜色(Color)
- HSL colors
- HSLA colors
- opacity
- RGBA colors
- 文本(Text effects)
- text-shadow
- text-overflow
- word-wrap
- 用户界面(User-interface)
- box-sizing
- resize
- outline
- outline-width
- outline-style
- outline-offset
- outline-color
- nav-index
- nav-up
- nav-right
- nav-down
- nav-left
- 基础盒模型(Basic box model)
- overflow
- overflow-x
- overflow-y
- 内容(Generated Content)
- content
- 其它模块(Other modules)
- media queries
- Speech
- columns
- column-width
- column-span
- column-rule
- column-rule-color
- column-rule-width
- column-rule-style
- column-gap
- column-fill
- column-count
- column-break-before
- column-break-after
- @font-face
- 选择器(selectors)
- 子串匹配的属性选择符 E[att^="val"]
- 子串匹配的属性选择符 E[att$="val"]
- 子串匹配的属性选择符 E[att*="val"]
- 结构性伪类 E:root
- 结构性伪类 E:nth-child(n)
- 结构性伪类 E:nth-last-child(n)
- 结构性伪类 E:nth-of-type(n)
- 结构性伪类 E:nth-last-of-type(n)
- 结构性伪类 E:last-child
- 结构性伪类 E:first-of-type
- 结构性伪类 E:only-child
- 结构性伪类 E:only-of-type
- 结构性伪类 E:empty
- UI元素状态伪类 E:checked
- UI元素状态伪类 E:enabled
- UI元素状态伪类 E:disabled
- UI元素状态伪类 E::selection
- 否定伪类 E:not(s)
- 目标伪类 E:target
- 通用兄弟元素选择器 E ~ F