Visit Mozilla.org

CSS:list-style-image

From MDC

« CSS Reference

[edit] Summary

list-style-image sets the image that will be used as the list item marker.

[edit] Syntax

list-style-image: <uri> | none | inherit

[edit] Values

uri 
Location of image to use as the marker.

[edit] Examples

ul {
    list-style-image: url("images/arrow.gif");
}

[edit] Specifications

[edit] Browser Compatibility

[edit] See Also

list-style, list-style-type, list-style-position