List Style Type
リストスタイルのタイプを指定します。
<UL><OL><LI>タグに有効です。
IEで表示できるキーワードは、8種類です。サンプルをご覧下さい。
●関連プロパティ
LIST-STYLE | LIST-STYLE-IMAGE | LIST-STYLE-POSITION
{ list-style-type : disk | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none }
list-style: disk;
- List Style Type Disk
- List Style Type Disk
list-style: circle;
- List Style Type Circle
- List Style Type Circle
list-style: square;
- List Style Type Square
- List Style Type Square
list-style: decimal;
- List Style Type Decimal
- List Style Type Decimal
list-style: lower-roman;
- List Style Type Lower Roman
- List Style Type Lower Roman
list-style: upper-roman;
- List Style Type Upper Roman
- List Style Type Upper Roman
list-style: lower-alpha;
- List Style Type Lower Alpha
- List Style Type Lower Alpha
list-style: upper-alpha;
- List Style Type Upper Alpha
- List Style Type Upper Alpha
|
|
|
|---|