The JSSTag.listStyleType property corresponds to the list-style-type CSS property.
This is used to control the appearance of lists of items. It can have the following values:
disc
circle
square
decimal
decimal-leading-zero
lower-roman
upper-roman
lower-alpha
lower-latin
upper-alpha
upper-latin
lower-greek
hebrew
armenian
georgian
cjk-ideographic
hiragana
katakana
hiragana-iroha
katakane-iroha
none
The value "none" suppresses labels on the list.
There are various graphic symbols.
You can also number the list items using different documentation conventions (numbers, roman numerals, letters etc).
There is also support for international character fonts and localisation requirements.
The default value for this property is "disc".
This value is inherited from its parent container element.
Deprecated for any further use. This was available only in Netscape 4 and is completely removed from Netscape 6.0.
See also: | style.listStyleType |
Prev | Home | Next |
JSSTag.lineHeight | Up | JSSTag.marginBottom |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |