Syntax | selector {list-style-image: value;}
|
---|---|
Usage | The list-style-image property is used to specify an image to use for the list item marker. Alternately, if the keyword none is specified, then the list item marker's appearance will be determined by the value of the list-style-type property. This property is specified by using a URI, or a keyword, according to the syntax shown above. In the event that the image cannot be displayed, the list item marker's appearance will be determined by the value of the list-style-type property. |
Keywords |
|
Applies To | Elements that have a display property value of list-item. This is typically the default value for the HTML <li> element. |
Inherited | Yes |
Initial Value | none |
The list-style-image property is set by specifying the URL of an image. |