July 1998
Intermediate to advanced
1456 pages
65h 5m
English
listStylePosition — NN n/a IE 4 DOM n/a
Read/Write
Whether the marker is inside or outside (outdented) the box
containing the list item’s content. When
listStylePosition is set to
inside and the content is text, the marker appears
to be part of the text block. In this case, the alignment (indent) of
the list item is the same as normal, but without
the outdented marker.
document.all.itemList.style.listStylePosition = "inside"
Either constant value as a string: inside |
outside.
outside
Read now
Unlock full access