1つの問題を除いて、nivoスライダー(デフォルトのテーマを使用)を正常に実装しました。
スライダーの左矢印は、右矢印のごく一部を示しています。一方、右矢印は正しく表示されています。
スプライトの左側が正しくレンダリングされないのに、右側が正しくレンダリングされないのはなぜですか?
arrow.png画像が宣言されている唯一の場所は、次のcssセクションです。
.theme-default .nivo-directionNav a {
display:block;
width:30px;
height:30px;
background:url(../Images/slider/arrows.png) no-repeat;
text-indent:-9999px;
border:0;
opacity: 0;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
ありがとう。