Español
Código de efectos especiales de página web: código de anuncio súper simple y práctico que flota en cualquier lugar de la página web
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title >Documento sin título </title> </head> <body> <DIV id=img1 style="Z-INDEX: 100; IZQUIERDA: 2px; ANCHO: 59px; POSICIÓN: absoluta; ARRIBA: 43px; ALTURA: 61px; visibilidad: visible "><a href="http://www.downcodes.com" target="_blank"><img src="/images/logo.gif" width="80" height="80" border=" 0" >>a></DIV> </body> </html> <script type="text/javascript"> var xPos = 300; var yPos = 200; var paso = 1; var retraso = 30; var altura = 0; var Hoffset = 0; var Woffset = 0; var yon = 0; var pausa = verdadero; .clientWidth; altura = document.body.clientHeight; Hoffset = img1.offsetHeight; Woffset = img1.offsetWidth; img1.style.left = xPos + img1.style.top = yPos + document.body.scrollTop; ; if (yon) {yPos = yPos + paso;} else {yPos = yPos - paso;} if (yPos < 0) {yon = 1;yPos = 0;} if (yPos >= (altura - Hoffset)) { yon = 0;yPos = (altura - Hoffset);} if (xon) {xPos = xPos + paso;} else {xPos = xPos - paso;} if (xPos < 0) {xon = 1;xPos = 0;} if ( xPos >= (ancho - Woffset)) {xon = 0;xPos = (ancho - Woffset); } } function start() { img1.visibility = "visible" intervalo = setInterval('changePos()', retraso; } función pausa_resume() { if(pausa) { clearInterval(interval); pausa = false;} else { intervalo = setInterval('changePos()',delay = true; guión>