list-style-image
Definition
The list-style-image property sets the image that will be used as the list item marker as shown in the screen shot below.

Example
ul {list-style-image: url('/images/ball.gif')}
Characteristics
Possible values
- uri
- A URL to an image file.
none- No image is specified.
inherit- Use the same computed value as the parent element for this property.
Default value
none
Applies to
Inherited
Yes
See also