list-style-image
Name: list-style-image
Description: Specifies the graphic to be used for the list item marker.
Browser Compatibility: IE 4+ / NN 6+ / O 3.5+
Inherited: Yes
Values:
- inherit
- none [Initial value]
- [url]
Code Example:
ul {list-style-image: url(checkmark.gif);}