リストマーカーの画像を指定する
list-style-image
{
list-style-image
list-style-imageプロパティは、リストマーカーの画像を指定します。
初期値 | none |
---|---|
継承 | あり |
適用される要素 | リストアイテム要素 |
モジュール | CSS Lists and Counter Module |
値の指定方法
画像
none | リストマーカーの画像を指定しません。 |
---|---|
url() | 関数型の値です。括弧内にリストマーカーに使用する画像のURLを指定します。 |
サンプルコード
ul{ list-style-image: url(image/marker.png); }