各要素に背景画像を含む簡単なリストがあります。画像はFirefoxで表示されていますが、Chrome(Windows OS)では表示されていません。リストに添付されているスタイルは次のとおりです。
ul li
{
position: relative;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #777777;
width: 378px;
float: left;
padding-top: 6px;
padding-right: 0px;
padding-left: 30px;
font-size: 12px;
font-family: Arial,Helvetica,sans-serif;
color: #575656;
line-height: 19px;
background-color: transparent;
background-image: url("../images/tir.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left top 6px;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
padding-bottom: 3px;
}
誰かがこれの何が悪いのかを見つけることができますか?
フィドル: http: //jsfiddle.net/kgeDr/