css.properties

list-style-image

The list-style-image property specifies an image for a list marker.

Formal Syntax

<image> | none

See specification

JavaScript Access

// Access via element.style
element.style.listStyleImage = 'none';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
list-style-image11112
none11112

Related Properties