スライダーの次の矢印と前の矢印に問題があります。スライダーは、ウィンドウに合わせて縮小および拡大するように構築されています。Safari を除くすべてのブラウザーですべてが見栄えがします。ボタンはスライダーの中央ではなく上部にあります。
これを修正するために考えられるすべてのことを試しました。何か案は?
ここにサイトがありますhttp://upperdeck.dev.warp9inc.com
ボタンのコードはこちら。
.slideshow-wrapper .backward {
position:absolute;
left: 10px;
margin-top:10%;
background:url(../../images/infortis/super-slideshow/slideshow-arrows.png) 0 0 no-repeat;
width:50px;
height:50px;
}
.slideshow-wrapper .forward {
position:absolute;
right:10px;
margin-top:10%;
background:url(../../images/infortis/super-slideshow/slideshow-arrows.png) -50px 0 no-repeat;
width:50px;
height:50px;
}
ありがとう!