August 1999
Intermediate to advanced
1488 pages
72h 53m
English
document.ids.idName.listStyleTypeThe listStyleType property specifies the format of list items elements that are associated with the ID called idName.
There are nine types of values that are valid for the listStyleType property: disc, circle, square, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha, and none.
Note
The listStyleType property is only valid if the element also has the display property set to list-item.
Listing 7.122 uses the listStyleType property to format a list of items.
<html> <script> <!-- Hide //Create a style sheet class and id that define a list format document.classes.LIST.all.display ... |
Read now
Unlock full access