1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
<html> <head> <meta http-equiv='"Content-Type"' content='"text/html;' charset='gb2312"'> <title>利郎(福建)时装有限公司</title> <body onmousemove='"move()"' onmouseup='"down=false"'> <style type='"text/css"'> body,td,a { font-size: 9pt; color: #330000; text-decoration: none} .aa {filter:alpha(opacity=70)} </style> <script> var over = false, down = false, divleft, divtop, n; function clase(x) { document.all['plane' + x].style.visibility = 'hidden' } function down1(m) { n = m; down = true; divleft = event.clientX - parseInt(m.style.left); divtop = event.clientY - parseInt(m.style.top) } function move() { if (down) { n.style.left = event.clientX - divleft; n.style.top = event.clientY - divtop; } } Phrase = "" Balises = "" Taille = 15; Midx = 70; Decal = 0.5; nb = Phrase.length; y = -10000; for (x = 0; x < nb; x++) { Balises = Balises + ' <div Id = L' + x + 'STYLE = "width: 3;font-family: 宋体;position: absolute;z-index: 0" > ' + Phrase.charAt(x) + ' </div>' } document.write(Balises); Time = window.setInterval("Alors()", 50); Alpha = 50; I_Alpha = 0.05; function Alors() { Alpha = Alpha - I_Alpha; for (x = 0; x < nb; x++) { Alpha1 = Alpha + Decal * x; Cosine = Math.cos(Alpha1); Ob = document.all("L" + x); Ob.style.posLeft = Midx + 100 * Math.sin(Alpha1) + 50; Ob.style.zIndex = 20 * Cosine; Ob.style.fontSize = Taille + 3 * Cosine; Ob.style.color = "rgb(" + (27 + Cosine * 80 + 50) + "," + (127 + Cosine * 80 + 50) + ",0)"; } } var num = 15; function chFilter() { if (num > 2) { num -= 1; img1.style.filter = "progid: DXImageTransform.Microsoft.Pixelate(MaxSquare = " + num + ")"; setTimeout("chFilter()", 5) } else { img1.style.filter = "" } } </script> </head> <body ondragstart="return false;" text='#000000' bgcolor='#ffffff' leftmargin='0' topmargin='0' onload="img1.style.visibility='';chFilter()"> <img id='img1' style='FILTER:progid:dximagetransform.microsoft.pixelate(maxsquare=50);visibility:hidden' src='http://www.baidu.com/img/baidu_sylogo1.gif' class="Img"> </body> </html> |