CSS list-style-image Property Reference

The CSS list-style-image property is a standard property in CSS Lists and Counters. Review its formal syntax, computed behavior, and practical declarations.

CSS list-style-image Property Reference

The CSS list-style-image property is a standard property in CSS Lists and Counters. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

list-style-image overview

The CSS list-style-image property is a standard property in CSS Lists and Counters. Review its formal syntax, computed behavior, and practical declarations.

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

list-style-image formal syntax
FieldValue
Formal syntax<image> | none
Initial valuenone
Applies tolistItems
InheritedYes
Percentagesno
Computed valuetheKeywordListStyleImageNoneOrComputedValue
Animation typediscrete
Mediavisual
Specification groupCSS Lists and Counters
StatusStandard

Practical examples

These declarations demonstrate valid ways to set list-style-image. The initial and inherit global keywords remain available even when a property-specific value is preferable.

list-style-image live example
CSS .reset-example { list-style-image: initial; } .inherit-example { list-style-image: inherit; } @supports (list-style-image: initial) { .supported { list-style-image: initial; } }

Description

The CSS list-style-image property is a standard property in CSS Lists and Counters. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: list-style-image
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies