CSS List-Style-Image Property

Description:
Specifies the graphic to be used for the list item marker.
Syntax:
list-style-image: [value];
Possible Values:
- none
- [URI]
- inherit
Initial Value:
None
Applies To:
List item elements
Inherited:
Yes
Media:
Visual
Example:
ul {list-style-image: url(checkmark.gif);}





