document.getElementById('left').onclick = sliderLeft;
var left = 0;
autoSlider();
function autoSlider(){
setTimeout(sliderLeft , 1000);
}
function sliderLeft(){
var polosa = document.getElementById('sas');
left = left + 473;
if (left > 0){
left = -473;
}
polosa.style.left = left +'px' ;
}
document.getElementById('right').onclick = sliderRight;
var left = 0;
function sliderRight(){
var polosa = document.getElementById('sas');
left = left - 473;
if (left < -1200){
left = -473;
}
polosa.style.left = left +'px' ;
}
Основные этапы разработки сайта для стоматологической клиники
Продвижение своими сайтами как стратегия роста и независимости