Extensible HyperText Markup Language

XHTML.com recommends: PSD to HTML Slicing Service and PSD to HTML by W3 Markup. see your link here

list-style-image

Definition

The list-style-image property sets the image that will be used as the list item marker as shown in the screen shot below.

Screen shot of a Web browser showing a list with an image of a ball used as a list marker.

Example

  1. ul {list-style-image: url('/images/ball.gif')}

Characteristics

Possible values

uri
A URL to an image file.
none
No image is specified.
inherit
Use the same computed value as the parent element for this property.

Default value

none

Applies to

Inherited

Yes

See also