The list-style-image property replaces the list-item marker with an image.Note: Always specify the list-style-type property in addition. This property is used if the image for some reason is unavailable.
list-style-image: none|url|initial|inherit;
ul { list-style-image: url('sqpurple.gif'); }