Page Top ▲

List Style

リストスタイルを一括して指定します。
<UL><OL><LI>タグに有効です。

●関連プロパティ

LIST-STYLE-TYPE | LIST-STYLE-IMAGE | LIST-STYLE-POSITION

{ list-style : list-style-type | list-style-image | list-style-position }

li { list-style: square inside;
     font-size: 10pt; line-height: 1.5em;
     font-family: Arial, Helvetica;
     margin: 0pt 0pt 2px; }

li { list-style: disk outside;
     font-size: 10pt; line-height: 1.5em;
     font-family: Arial, Helvetica;
     margin: 0pt 0pt 2px; }

li { list-style: url('sample.gif') inside;
     font-size: 10pt; line-height: 1.5em;
     font-family: Arial, Helvetica;
     margin: 0pt 0pt 2px; }

li { list-style: url('sample.gif') outside;
     font-size: 10pt; line-height: 1.5em;
     font-family: Arial, Helvetica;
     margin: 0pt 0pt 2px; }