本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

list-style-image

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

Browser/User Agent 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