'list-style' Syntax and Note
Note:
Controls three different list-style style properties:
list-style-type,
list-style-position,
list-style-image.
Syntax:
element { list-style: value }
elementID.style.listStyle = "value"
document.all.elementID.style.listStyle = "value"
Related examples in the same category