list-style-image

url("image_name.ext") , e.g. list-style-image:url("happy_face.jpg");

list-style-image is a way to designate an image marker for list items inside a list. The image should likely be small. It will override any list-style-type property unless there is an issue loading the image. See w3schools for more.

See also list-style and list-style-image
Back to CSS Properties
Back to Knowledge Dump