list-style-image
The list-style-image property specifies an image for a list marker.
Formal Syntax
<image> | none
JavaScript Access
// Access via element.style
element.style.listStyleImage = 'none';
Browser Support
| Feature | Chrome | Firefox | Safari | Edge |
|---|---|---|---|---|
| list-style-image | 1 | 1 | 1 | 12 |
| none | 1 | 1 | 1 | 12 |