Its exact location is not defined by the CSS2.1
specification.
Compatibility
SPEC
version initial inherited
CSS1 outside YES
BROWSER SUPPORT
Op9.2+ Saf1.3+ FF1+ IE5.5+
FULL FULL FULL FULL
Opera Safari Firefox Internet Explorer
9.2 3.0 2.0 1.3 2.0 1.5 1.0 7.0 6.0 5.5
Full Full Full Full Full Full Full Full Full Full
Internet Explorer for Windows versions up to and including 7 don??™t support the
value inherit.
289 List Properties
list-style-image
list-style-image: { uri | none | inherit } ;
This property specifies the image to use
as a list marker for an item in a list (an
element whose display property has
the value list-item). If the specified
image is available, it will replace any
marker specified by the
list-style-type property.
The exact position of the list marker
image can??™t be specified beyond what
the list-style-position (p. 288)
property allows.1
Example
This style rule assigns an image as the list
marker for all items in the list with ID
"links":
#links li {
list-style-image:
??? url("/images/link.
Pages:
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435