list-style
list-style: { list-style-type list-style-position
list-style-image | inherit } ;
This shorthand property sets all three
list style properties simultaneously.
Note that an omitted property value will
be set to that property??™s initial value.
Value
Refer to the individual properties for
information on allowed and initial
values.
Compatibility
Example
This style rule uses inheritance to set the
list marker for items within the element
with ID "legal" to be uppercase Latin
letters that appear inside the list items??™
principal block boxes:
#legal {
list-style: upper-latin inside;
}
SPEC
version initial inherited
CSS1 see below YES
BROWSER SUPPORT
Op9.2+ Saf1.3+ FF1+ IE5.5+
FULL FULL FULL BUGGY
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 Buggy Buggy Buggy
Internet Explorer for Windows versions up to and including 7 will only recognize
a list image URI if it??™s immediately followed by whitespace, or the end of the
declaration.
Pages:
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437