所有浏览器都支持outline-offset 属性,除了IE浏览器.
outline-offset属性设置轮廓框架在 border 边缘外的偏移
Outlines在两个方面不同于边框:
默认值: | 0 |
---|---|
继承: | no |
版本: | CSS3 |
JavaScript 语法: | object.style.outlineOffset="15px" |
outline-offset: length|inherit:
值 | 描述 |
---|---|
length | 轮廓与边框边缘的距离。 |
inherit | 规定应从父元素继承 outline-offset 属性的值。 |