listStylePosition 属性设置或返回列表项标记的位置。
Property | |||||
---|---|---|---|---|---|
listStylePosition | Yes | Yes | Yes | Yes | Yes |
返回 listStylePosition 属性:
object.style.listStylePosition
设置 listStylePosition 属性:
object.style.listStylePosition = "outside|inside|initial|inherit"
Value | Description |
---|---|
outside | The list-item marker will be rendered before any text content. This is default |
inside | Indents the list-item marker marker |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 外部 |
---|---|
返回值: | 一个字符串,表示列表项标记的位置 |
CSS版本 | CSS1 |
CSS教程:CSS 列表
CSS 参考:列表样式位置属性
HTML DOM 参考:listStyle 属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!