'list-style-position' Syntax and Note
Note:
Controls the list item marker position relative to its text.
Syntax:
element { list-style-position: value }
elementID.style.listStylePosition = "value"
document.all.elementID.style.listStylePosition = "value" //IE only
Related examples in the same category