Quackit Logo
HTML
CSS
Scripting
Database
Hosting
Design
XML

Print Version

CSS list-style-image

Also see the full, alphabetical list of CSS properties


The CSS list-style-image property is used to specify an image for list item bullets. Using this property you can create your own bullets to use within your lists.

Also see the list-style, list-style-type and list-style-position properties.

Syntax: list-style-image: <value>;
Possible Values: If the browser/user agent doesn't recognise the type it should use decimal.
  • none
  • <URI> (link to an image)
  • inherit
Initial Value: none
Applies to: List item elements
Inherited: Yes
Media: Visual
Example: ul { list-style-image: url(/pix/printer_icon.gif)}
Try it yourself!


Also see all CSS properties listed alphabetically


Enjoy this website?

  • Share
  • Add this page to your Favorites
  • Link to this page (copy/paste into your own website or blog):
  • Link to Quackit using one of these banner ads.
  • Help support Quackit by making a donation

Oh, and thank you for supporting Quackit!

© Copyright 2000 - 2010 Quackit.com