CSS Help
List Properties
| Property | Description | Values |
| list-style | Allows setting of all list properties in a single declaration | list-style-type list-style-position list-style-image |
| list-style-image | Sets an image as the list-item marker | none url(link to location) |
| list-style-position | Specifies where the list-item marker is placed in a list | inside outside |
| list-style-type | Specifies the type of 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 |
| marker-offset | Specifies the offset of the list-item marker | auto pixels (ex: 5px) |



