You are here : cssCSS 3list-style-image

list-style-image - CSS 3

The list-style-image property replaces the list-item marker with an image.Note: Always specify the list-style-type property in addition. This property is used if the image for some reason is unavailable.


Syntax

list-style-image: none|url|initial|inherit;


Example

ul
	{
	   
	list-style-image: url('sqpurple.gif');
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference