Please visit our sponsors !
The list-style-image property
The list-style-image property replaces the list-item marker with an image.
Note: Always specify a "list-style-type" property in case
the image is unavailable.
Inherited: Yes
Example
ol
{
list-style-image: url(blueball.gif);
list-style-type: circle
} |
Possible Values
Value |
Description |
NN |
IE |
url |
The path to the image |
6.0 |
4.0 |
none |
No image will be displayed |
6.0 |
4.0 |
Browser Notes
Notes in IE 4.0+:
- This property works with ordered lists and unordered lists
- This property does not work with definition lists
- This property does not work with elements with "display" property set to
"list-item"
|
Jump to: Top of Page
or HOME or
Printer friendly page
Search W3Schools:
What Others Say About Us
Does the world know about us? Check out these places:
Dogpile
Alta Vista
MSN
Google
Excite
Lycos
Yahoo
Ask Jeeves
We Help You For Free. You Can Help Us!
W3Schools is for training only. We do not warrant its correctness or its fitness for use.
The risk of using it remains entirely with the user. While using this site, you agree to have read and accepted our
terms of use and
privacy policy.
Copyright 1999-2002 by Refsnes Data. All Rights Reserved
|