
The Complete Idiot's Style Sheets Reference
| Index
| Current Category: Lists |
| Previous Style: list-style
| Next Style: list-style-position
|
list-style-image
Specifies an image to use instead of the usual bullet in an unnumbered list.
Support:
-
Possible Values:
- none
Uses the standard bullet.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS1 and later |
4.0 and later |
Not supported |
- url
The file name or full URL of the image to use as the bullet.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS1 and later |
4.0 and later |
Not supported |
Example:
<H3>Products I'd Like To See</H3>
<UL STYLE="list-style-image: url(star.gif)">
<LI>Water-resistant sponge
<LI>Self-soiling oven
<LI>Tineless fork
<LI>Silent alarm clock
<LI>Inflatable dartboard
<LI>Teflon bath mat
<LI>Helium-filled paperweight
<LI>Flame-retardant firewood
<LI>Sandpaper bathroom tissue
<LI>Water-soluble dishcloth
</UL>
How It Looks:
Products I'd Like To See
- Water-resistant sponge
- Self-soiling oven
- Tineless fork
- Silent alarm clock
- Inflatable dartboard
- Teflon bath mat
- Helium-filled paperweight
- Flame-retardant firewood
- Sandpaper bathroom tissue
- Water-soluble dishcloth
| Index
| Current Category: Lists |
| Previous Style: list-style
| Next Style: list-style-position
|
|