HTMLページスライダーを作成しようとしているので、コンテナーdivがあり、外側に座っています。左側に前のアイコンがあり、右側に次のアイコンがあります。
私の問題は、ウィンドウのサイズを小さい画面に変更すると、アイコンがコンテナの中央に移動し、サイズを変更したときに常にコンテナの外側に固定された位置にとどまるようにすることです。
私のコンテナコード:-
width: 960px;
margin: 0 auto;
clear: both;
overflow: hidden;
min-height: 449px;
次と前のコード:
a.vehicleSliderLeft {background: url('../img/slider_arrow_left.png');
width: 55px; height: 112px; left: 270px; background-position:0px;
background-repeat: no-repeat; position: fixed; top: 420px;}
a.vehicleSliderRight {background: url('../img/slider_arrow_right.png');
width: 55px; height: 112px; right: 270px; background-position:0px;
background-repeat: no-repeat; position: fixed; top: 420px;}
何か案は?乾杯