ワンポイントアドバイス!
よく使うのは「list-style:none;」の指定が多いです。
CSSの記述【リスト】
list-style-type | 行頭記号または行頭番号の種類を指定 |
---|---|
list-style-image | 行頭記号または行頭番をイメージにする |
list-style-position | 行頭記号または行頭番号の位置を指定 |
list-style | list-style-type |
記述例 | 値 | 意味 |
---|---|---|
list-style-type:none; | 「none」マーカーなし 「disc」黒丸 「circle」白丸 「square」黒四角 「lower-roman」小文字のローマ数字 「upper-roman」大文字のローマ数字 「decimal」算用数字 など | マーカー文字の種類を指定 |
あまり使用しない |
あまり使用しない |
記述例 | 値 | 意味 |
---|---|---|
list-style:none; | list-style-type list-style-image list-style-position | リストのプロパティを一括指定する |