1. 这是两个轮播图按钮,点击一下按钮,轮播图就会跳到下一张, 如何让
简单的模拟一下~~~CSS代码+JS代码写到一起了~~~<style>.box { position:relative; width:202px; margin:50px auto; text-align:center; }.box a { position:absolute; top:0; }.box .prev { left:0; }.box .next { right:0; }input.active { background:yellow; }.box div { display:none; width:200px; height:200px; border:1px solid #000; } div.active { display:block; }</style><script>window.onload=function (){ var oDiv=document.getElementById('div1'); var oPrev=document.getElementById('prev'); var onext=document.getElementById('next'); var aBtn=oDiv.getElementsByTagName('input'); var aDiv=oDiv.getElementsByTagName('div'); var now=0; // 当前的下标 // 给按钮加事件 for (var i=0; i<body> ← → 111111111111 2222222222222 333333333333