New! My 44-page ebook "CSS in 44 minutes" is out! 😃
#list-style-image
Defines the image to be used as an list item's bullet point.
default
list-style-image: none;
The list items will use the bullet point defined by the list-style-type
value, which by default is a disc.
list-style-image: url(/images/list-style-image.png);
The list items will use the image located at the specified URL as their bullet point.
The image can not be resized.