構文: | list-style-type: <value> |
---|---|
取りえる値: | disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none |
初期値: | disc |
適用: |
display値
list-itemの要素 |
継承: | 可能 |
list-style-typeプロパティーはリスト項目マークを特定し、 list-style-imageがnoneである場合や画像読み込みが切られている場合に使われます。
例:
LI.square { list-style-type: square }
UL.plain { list-style-type: none }
OL { list-style-type: upper-alpha } /* A B C D E etc. */
OL OL { list-style-type: decimal } /* 1 2 3 4 5 etc. */
OL OL OL { list-style-type: lower-roman } /* i ii iii iv v etc. */
Maintained by John Pozadzides and Liam Quinn
Copyright © 1997 John Pozadzides and Liam Quinn. All rights reserved.