CSS List-Style-Image Property

CSS 1

CSS 2

CSS 3

Yes Yes Yes

Description

Specifies the graphic to be used for the list item marker.

Syntax

list-style-image: [value];

Possible values

  • none
  • [URI]
  • inherit

Initial Value

None

Applies To

List item elements

Inherited

Yes

Media

Visual

Example

ul {list-style-image: url(checkmark.gif);}


View All CSS Properties