这个list-style
property 是以下属性的简写:
如果缺少其中一个值,则将使用该属性的默认值。
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
list-style | 1.0 | 4.0 | 1.0 | 1.0 | 7.0 |
list-style:
list-style-type
list-style-position
list-style-image|initial|inherit;
Value | Description | Demo |
---|---|---|
list-style-type | Specifies the type of list-item marker. Default value is "disc" | Demo ❯ |
list-style-position | Specifies where to place the list-item marker. Default value is "outside" | Demo ❯ |
list-style-image | Specifies the type of list-item marker. Default value is "none" | Demo ❯ |
initial | Sets this property to its default value. Read about initial | |
inherit | Inherits this property from its parent element. Read about inherit |
CSS教程:CSS 列表
HTML DOM 参考:listStyle 属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!