문서 편집 권한이 없습니다. 다음 이유를 확인해주세요: 요청한 명령은 다음 권한을 가진 사용자에게 제한됩니다: 사용자. 문서의 원본을 보거나 복사할 수 있습니다. <html> <div class="slideshow-container"> <div class="slideshow"> <img src="/w/images/4/44/사토_에이사쿠.jpg"> <img src="/w/images/3/3e/아베_신조.jpg"> <img src="/w/images/c/c7/고이즈미_준이치로.jpg"> </div> </div> <button class="prev" onclick="plusSlides(-1)">❮</button> <button class="next" onclick="plusSlides(1)">❯</button> <style> .slideshow-container { position: relative; overflow: hidden; } .slideshow { display: flex; transition: transform 0.5s ease-in-out; } .slideshow img { width: 100%; height: auto; } .prev, .next { position: absolute; top: 50%; transform: translateY(-50%); padding: 16px; background-color: black; color: white; font-size: 24px; border: none; cursor: pointer; z-index: 1; } .prev { left: 0; } .next { right: 0; } </style> <script> let slideIndex = 1; showSlides(slideIndex); function plusSlides(n) { showSlides(slideIndex += n); } function showSlides(n) { const slides = document.querySelectorAll('.slideshow img'); const numSlides = slides.length; if (n > numSlides) { slideIndex = 1; } if (n < 1) { slideIndex = numSlides; } const offset = (slideIndex - 1) * -100; document.querySelector('.slideshow').style.transform = `translateX(${offset}%)`; } </script> </html> 이 문서에서 사용한 틀: 틀:+1 (원본 보기) 틀:-1 (원본 보기) 틀:10.24 혁명 (두 번째 유신) (원본 보기) 틀:국기그림 (원본 보기) 틀:국기그림/구현 (원본 보기) 틀:나라자료 대한민국 (원본 보기) 연습장:Sakura/1 문서로 돌아갑니다.