CSS list-imageを使うとずれてしまう。
CSSの覚書。
スタイルシートでlist-imageを指定するとずれてしまう。
list-imageを使用せずbackgroundを使うことがポイント!!
ul {
margin-left:5px;list-style-type:none;line-height:180%;
}
li {
margin:0px;
padding-left: 15px;
list-style: none;
background:url('../images/left_yaji.gif') no-repeat left 0.35em;
font-size:13px;
line-height:1.6em;
text-align:left;
}
:2010年1月 6日 16:32