SitePoint
Reference
CSS
List Properties
list-style-image
CSS Live Demo: list-style-image
(this page)
See also:
All Live Demos
CSS Live Demo: list-style-image
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
#links li { list-style-image:url(link.png); }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<ul id="links"> <li><a href="http://www.example.com/">example.com</a></li> <li><a href="http://www.sitepoint.com/">sitepoint.com</a></li> <li><a href="http://99designs.com/">99designs.com</a></li> </ul>
Show me!
Your results appear here: