Русский
一种比较漂亮的控制图片移动的网页特效
<style type="text/css"> #mainid{position:absolute;right:5px;top:10px;height:435px;width:650px;overflow:hidden;background: #fff;left: 400px;border: 3px сплошной #666666;} .imgbox{position:absolute; слева: 35 пикселей; поле-верх: 20 пикселей; верх: 105 пикселей; z-индекс: 90; ширина: 100 пикселей; высота: 100 пикселей; фон: #ffffff} .moveimgbox{position:absolute; слева: 700 пикселей; поле-верх: 20 пикселей; верх: 105 пикселей; z-индекс: 90; ширина: 100 пикселей; высота: 100 пикселей; фон: #ffffff} </style> <script> var отмечен = 0; вар OKToGo = правда; вар currentCreature = 1; вар впередНазад = 1; вар firstnum = 1; вар секнум = 2; вар tounum=1; function moveItem(firstnum,secnum){ if(okayToGo&& firstnum != secnum){ tounum=firstnum; document.getElementById("y"+firstnum).style.zIndex = 50+10*forwardBackward; document.getElementById("y"+secnum).style.zIndex = 50+20*forwardBackward; startTheMove =window.setInterval(function(){rightOrLeft(firstnum,secnum)},20); } } function rightOrLeft(firstnum,secnum) { if (отмечено == 1020) { window.clearInterval(startTheMove); отмечено = 0; впередНазад = 1; окейТоГо = правда; } Еще {okToGo = ложь; thisAngle = (Math.PI/2)*(отмечено/1000); document.getElementById("y"+firstnum).style.left = " "+(735-Math.sin(thisAngle)*700)+"px"; document.getElementById("y"+firstnum).style.top = " "+(105-(forwardBackward*Math.cos(thisAngle)*55))+"px"; document.getElementById("y"+secnum).style.left = " "+(735-Math.sin(thisAngle+Math.PI/2)*700)+"px"; document.getElementById("y"+secnum).style.top = " "+(105-(forwardBackward*Math.cos(thisAngle+Math.PI/2)*55))+"px"; отмечен += 20; } } </script> <a href="javascript:moveItem(1,tounum);"><img src="/img/200406301.jpg" width="129" height="97"></a> < a href="javascript:moveItem(2,tounum);"><img src="/img/200406302.jpg" width="134" height="100"></a><br/> <a href= "javascript:moveItem(3,tounum);"><img src="/img/200406303.jpg" width="134" height="100"></a> <a href="javascript:moveItem(4, tounum);"><img src="/img/200406304.jpg" width="101" height="134"></a> <div align="right" id="mainid"> <div id=" y1" class="imgbox"><img src="/img/200406301.jpg" width="400" height="300"></div> <div id="y2" class="moveimgbox"><img src="/img/200406302.jpg" width="400" height="300"></div> <div id="y3" class="moveimgbox"><img src="/img/200406303.jpg" width="387" height="290"></div> <div id="y4" class="moveimgbox"><img src="/img/200406304.jpg" width="281" height="374" ></div> </div>