list-style-image

Specifies the URL to an image to use for list items.

Platform Support

IENetscapeMozillaOperaSafari
4.0+6.0+1.0+4.0+1.0+

Usage

[url(image-url) | "none"]

Example

To specify an unordered list that uses an image called "bluestar.gif" for a bullet, use the following syntax: ul { url(bluestar.gif)}.

Availability

W3C CSS2

Related

text_css aptana_docs