Português
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--1、将以下代码加入到HEML的<head>< /head>之间:--> <script LANGUAGE="JavaScript"><!-- step = 0; obj = nova imagem(); function anim(xp,xk,smer) //smer = direção { obj.style.left = x; x += passo*smer; if (x>=(xk+xp)/2) { if (smer == 1) passo--; senão passo++; } else { if (smer == 1) passo++; senão passo--; } if (x >= xk) { x = xk; esmer = -1; } if (x <= xp) { x = xp; smer = 1; } // if (smer > 2) smer = 3; setTimeout('anim('+xp+','+xk+','+smer+')', 50); } function moveLR(objID,movingarea_width,c) { if (navigator.appName=="Netscape") window_width = window.innerWidth; senão window_width = document.body.offsetWidth; obj = document.images[objID]; largura_imagem = obj.largura; x1 = obj.estilo.esquerda; x = Número(x1.substring(0,x1.comprimento-2)); // 30px -> 30 if (c == 0) { if (movingarea_width == 0) { margem_direita = largura_da_janela - largura_da_imagem; anim(x,margem_direita,1); } else { margem_direita = x + largura_da_área_móvel - largura_da_imagem; if (movingarea_width < x + image_width) window.alert("Não há espaço para movimentação!"); senão anim(x,margem_direita,1); } } else { if (movingarea_width == 0) right_margin = window_width - image_width; senão { x = Math.round((window_width-movingarea_width)/2); margem_direita = Math.round((largura_da_janela + largura_da_área_moving)/2)-largura_da_imagem; } anim(x,margem_direita,1); } } //--></script> <!--2、将以下代码加入到HEML的<body></body>之间:--> <img src="/u/info_img/2009-06 /20/2809_logo.gif" name="imagem" style="posição: topo absoluto: 70px esquerda: 30px;" BORDER="0" WIDTH="140" HEIGHT="40"> <script LANGUAGE="JavaScript"><!-- setTimeout("moveLR('picture',300,1)",10); //--></script>