The Web Design Group

リスト様式型(List Style Type)


構文: list-style-type: <value>
取りえる値: disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none
初期値: disc
適用: displaylist-itemの要素
継承: 可能

list-style-typeプロパティーはリスト項目マークを特定し、 list-style-imagenoneである場合や画像読み込みが切られている場合に使われます。

例:

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


Web Design Group ‾ CSSインデックスCSS構造CSSプロパティー

Copyright © 1997 John Pozadzides and Liam Quinn. All rights reserved.