한국어
<!-- 웹사이트:http://www.downcodes.com --> <!-- bbs:http://bbs.downcodes.com --> <!-- 전체 HTML 코드는 다음과 같습니다 --> <html > <head> <title>웹사이트 아카데미 동적 페이지는 웹페이지 특수 효과를 표시합니다.</title> <meta name="Author" content="from at http://www.downcodes.com"> <meta http-equiv ="imagetoolbar" content="no"> <style type="text/css"> body {cursor:crosshair;margin:0; position:absolute:hidden:#000; ; 상단:0 ; 너비:100%; 높이:100%;zIndex:-2;} .bar {border:#000 solid 1px;position:absolute;font-size:1px;} </style> <스크립트 유형= "텍스트/자바스크립트 "><!-- // ====================================== ==== ============= // http://www.downcodes.com // ===================== ==== ============================= window.onerror = new Function("return true"); onselectstart = 새로운 기능("return false"); xm = 0; nx2 = 0; = 0; cy = 0; //////// N1 = 20; //////// 함수 run(){ cx+=Math.round((xm-cx) * .1); cy+=Math.round((ym-cy) * .1); k = 0; K+= .1; for(i=1; i<=N1; i++){ z = 2.01 + i - ( K%2) - ((i%2)?1:2); F = 5 / z; d = 1 + nx / 10 * F; c = Math.round(128 * F); ; j<N2 ; j++){ p = (nx * .25 + ((i%2)?cy:cx) + (nx2 * j)) * F; "스팬") [k++].style){ if(i%2){ T = Math.round(ny2 + p - d * .5) if(T+d>=0 && T<ny){ left = 0; 너비 = nx; 상단 = T; 높이 = Math.round(d); 배경 = "RGB("+0+","+c+","+0+")"; * 100); } else top = ny; } else { T = Math.round(nx2 + p - d * .5) if(T+d>=0 && T<nx){ left = T; .round(d ); 상단 = 0; 높이 = ny; 배경 = "RGB("+0+","+0+")"; zIndex = Math.round(F * 100); else left = nx ; } } } } setTimeout("run()", 16); } document.onmousemove = function(e){ if (window.event) e = window.event; .clientX) + nx2; ym = -(ey || e.clientY) + ny2; } 함수 resize(){ nx = document.body.offsetHeight; ny / 2; } onresize = resize; onload = function() { resize(); for(i=1; i<=N1; i++){ for(j=-N2; j<N2; j++){ o = 문서 .createElement("span"); o.className="bar"; document.getElementById("SF").appendChild(o) } } run() } //--> </head> <body> < div id="SF" style="position:absolute;left:0;top:0"></div> </body> </html>