構文: | list-style: <value> |
---|---|
取りえる値: | <list-style-type> || <list-style-position> || <url> |
初期値: | 未定義 |
適用: | display値list-itemの要素 |
継承: | 可能 |
list-styleップロパティーは、 list-style-type・ list-style-positionそして list-style-imageプロパティーの短縮型です。
例:
LI.square { list-style: square inside }
UL.plain { list-style: none }
UL.check { list-style: url(/LI-markers/checkmark.gif) circle }
OL { list-style: upper-alpha }
OL OL { list-style: lower-roman inside }
Maintained by John Pozadzides and Liam Quinn
Copyright © 1997 John Pozadzides and Liam Quinn. All rights reserved.