下記のように、小さい黒丸の画像をbackgroundで指定する
backgroundは画像配置の微調整ができるため使いやすい
|
1 2 3 |
background:url(../img/icon_dot.png) no-repeat 0px 18px; list-style:none; padding:10px 12px; |
下記のように、小さい黒丸の画像をlist-styleで指定する方法もあるが、
list-styleは画像配置の微調整ができないので使いにくい
|
1 |
list-style:url(../careerjet_search.html) outside; |
下記のリスト標準の黒丸は、サイズが大きすぎるため使えない
|
1 |
list-style:disc outside; |
この記事を書いた人
新着記事
2015.11.27Illustrator[Mac]IllustratorのカラーモードをRGBへ変更する方法
2015.11.27IllustratorIllustratorのカラーモードをRGBへ変更する方法
2015.11.26Illustrator[Mac]IllustratorのカラーモードをCMYKへ変更する方法
2015.11.25IllustratorIllustratorのカラーモードをCMYKへ変更する方法