July 1998
Intermediate to advanced
1456 pages
65h 5m
English
listStyleImage — NN n/a IE 4 DOM n/a
Read/Write
The URL for an image that is to be used as the marker for a list item. Because this attribute can be inherited, a setting (including none) for an individual list item can override the same attribute or property setting in its parent.
document.all.itemList.style.listStyleImage = "images/3DBullet.gif"
Use none (as a string) to override an image
assigned to a parent element. Otherwise, supply any valid full or
relative URL to an image file whose MIME type is readable by the
browser.
none
Read now
Unlock full access