下面有更多 "亲自试一试" 示例。
这个border-inline-start-style
属性设置内联方向开头的元素边框的样式。
CSSborder-inline-start-style
属性与 CSS 属性非常相似border-bottom-style
,border-left-style
,border-right-style
和border-top-style
,但是border-inline-start-style
属性取决于内联方向。
笔记:相关CSS属性writing-mode
,text-orientation
和direction
定义内联方向。这会影响一行的开始和结束位置以及结果border-inline-start-style
属性。对于英文页面,内联方向是从左到右,块方向是向下。
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
border-inline-start-style | 69.0 | 79.0 | 41.0 | 12.1 | 56.0 |
border-inline-start-style: none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset|initial|inherit;
Value | Description | Demo |
---|---|---|
none | Default value. Specifies no border | Demo ❯ |
hidden | The same as "none", except in border conflict resolution for table elements | Demo ❯ |
dotted | Specifies a dotted border | Demo ❯ |
dashed | Specifies a dashed border | Demo ❯ |
solid | Specifies a solid border | Demo ❯ |
double | Specifies a double border | Demo ❯ |
groove | Specifies a 3D grooved border. The effect depends on the border-color value | Demo ❯ |
rigde | Specifies a 3D ridged border. The effect depends on the border-color value | Demo ❯ |
inset | Specifies a 3D inset border. The effect depends on the border-color value | Demo ❯ |
outset | Specifies a 3D outset border. The effect depends on the border-color value | Demo ❯ |
initial | Sets this property to its default value. Read about initial | |
inherit | Inherits this property from its parent element. Read about inherit |
内联方向开始处的边框位置受writing-mode
属性:
div {
writing-mode: vertical-rl;
border-inline-start-style: dotted;
}
亲自试一试 »
内联方向开始和结束的边框位置受direction
属性:
div {
direction: rtl;
border-inline-start-style: dotted;
}
亲自试一试 »
CSS教程:CSS 边框
CSS边框属性:CSS 边框属性
CSS border-inline 属性:CSS Border-inline 属性
CSS border-inline-end-style 属性:CSS Border-inline-end-style 属性
CSS border-inline-start-style 属性:CSS border-inline-start-style 属性
CSS border-bottom-style 属性:CSS Border-bottom-style 属性
CSS border-left-style 属性:CSS Border-left 样式属性
CSS border-right-style 属性:CSS 右边框样式属性
CSS border-top-style 属性:CSS Border-top 样式属性
CSS方向属性:CSS 方向属性
CSS 文本方向属性:CSS 文本方向属性
CSS 写入模式属性:CSS 书写模式属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!