Français
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--1、将以下代码加入到HEML的<head>< /head>之间:--> <script LANGUAGE="JavaScript"><!-- step = 0; obj = nouvelle image(); function anim(xp,xk,smer) //smer = direction { obj.style.left = x; x += étape*smer ; if (x>=(xk+xp)/2) { if (smer == 1) step--; sinon étape ++ ; } else { if (smer == 1) step++; sinon étape--; } si (x >= xk) { x = xk; smer = -1 ; } si (x <= xp) { x = xp; smer = 1 ; } // si (smer > 2) smer = 3; setTimeout('anim('+xp+','+xk+','+smer+')', 50); } function moveLR(objID,movingarea_width,c) { if (navigator.appName=="Netscape") window_width = window.innerWidth; sinon window_width = document.body.offsetWidth ; obj = document.images[objID]; image_width = obj.width; x1 = obj.style.left; x = Nombre(x1.substring(0,x1.length-2)); // 30px -> 30 if (c == 0) { if (movingarea_width == 0) { right_margin = window_width - image_width ; anim(x,right_margin,1); } else { right_margin = x + movingarea_width - image_width ; if (movingarea_width < x + image_width) window.alert("Pas d'espace pour bouger !"); sinon anim(x,right_margin,1); } } else { if (movingarea_width == 0) right_margin = window_width - image_width ; else { x = Math.round((window_width-movingarea_width)/2); right_margin = Math.round((window_width+movingarea_width)/2)-image_width; } anim(x,right_margin,1); } } //--></script> <!--2、将以下代码加入到HEML的<body></body>之间:--> <img src="/u/info_img/2009-06 /20/2809_logo.gif" name="image" style="position : absolue ; haut : 70px gauche : 30px ;" BORDER="0" WIDTH="140" HEIGHT="40"> <script LANGUAGE="JavaScript"><!-- setTimeout("moveLR('picture',300,1)",10); //--></script>