We use cookies to improve your experience. Learn more in our Privacy policy.
list-style-image
The list-style-image CSS property sets an image to be used as the list item marker.
Initial value | none |
Applies to | list items |
Syntax
line-style-image: url('/images/logo.png');
Values
A valid image to use as the marker.
Specifies that no image is used as the marker. If this value is set, the marker defined in list-style-type will be used instead.
Browser support
list-style-image | chrome1 | edge12 | firefox1 | ie4 | opera7 | safari1 |