CSS list-style-image
Also see the full, alphabetical list of CSS properties
The CSS list-style-image property is used to specify an image for list item bullets. Using this property you can create your own bullets to use within your lists.
Also see the list-style, list-style-type and list-style-position properties.
| Syntax: | list-style-image: <value>; |
| Possible Values: | If the browser/user agent doesn't recognise the type it should use decimal.
|
| Initial Value: | none |
| Applies to: | List item elements |
| Inherited: | Yes |
| Media: | Visual |
| Example: |
ul { list-style-image: url(/pix/printer_icon.gif)}
|
| Try it yourself! |
|
