/

HTML / CSS / JavaScript Tutorial

CSS Property: list-style-image

[this page | pdf | back links]

The CSS (CSS1) list-style-image property identifies an image that should be used as the list-item marker.

 

Valid property values (other than inherit and initial) are:

 

Value

Description

none

(default value). No image used. Instead, the type of list marker used is defined by the list-style-type property

url

URL path defining the image to be used as the list-item marker

 

Default Value:

none

JavaScript syntax:

e.g. object.style.listStyleImage="url(‘picture.gif’)"

Inherited:

Yes

Animatable:

No

 


NAVIGATION LINKS
Contents | Prev | Next | CSS Properties


Desktop view | Switch to Mobile