list-style
property:
ul { list-style: square url("lamp.gif"); }When using the shorthand property, the order of the values are:
list-style-type
,list-style-position
, andlist-style-image
.Property | Description | Values | CSS |
---|---|---|---|
list-style | A shorthand property for setting all of the properties for a list in one declaration | list-style-type list-style-position list-style-image |
1 |
list-style-image | Sets an image as the list-item marker | none url |
1 |
list-style-position | Sets where the list-item marker is placed in the list | inside outside |
1 |
list-style-type | Sets the type of the list-item marker | none disc circle square decimal decimal-leading-zero lower-roman upper-roman lower-alpha upper-alpha lower-greek lower-latin upper-latin hebrew armenian georgian cjk-ideographic hiragana katakana hiragana-iroha katakana-iroha |
1 |