#list-style-image
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.