Back to CSS1 Reference | CSS1 Properties
Prev line-height | Next list-style-position
- Property
- list-style-image
- Values
- <url>, none
- Initial
- none
- Inherited
- yes
This property sets the image that will be used as the list-item marker. When the image is available it will replace the marker set with the 'list-style-type' marker.
UL { list-style-image: url(http://png.com/ellipse.png) }