list-style-image

Previous- list-style-type  |  Next-list-style-position

Description

The list-style-image property specifies the image that will be used as list-item marker when image loading is turned on, replacing the marker specified in the list-style-type property.


Initial Value : none

Applies to : elements with display value list-item

Inherited : yes

Possible Values
<url> | none | inherit

Example(s)
ul { list-style-image: url("http://png.com/ellipse.png") }

Previous- list-style-type  |  Next-list-style-position