Design PHP Windows Linux
Á¦ ¸ñ  [DESIGN] À̹ÌÁö°¡ ¹«ÀÛÀ§·Î ¿Ã¶ó°¡´Â ¹è°æ
ÀÛ¼ºÀÚ °ü¸®ÀÚ  ¸ÞÀϺ¸³»±â  Á¶È¸¼ö 20415
³» ¿ë <html>
<head><title>»õ¼ÕÄ¿¹Â´ÏÄÉÀ̼Ç</title></head>
<body>
<body bgcolor="#FFFFFF">

<script language="JavaScript">
var no = 30; // À̹ÌÁöÀÇ ÃÑ °¹¼ö..
var speed = 3; // ¼ýÀÚ°¡ ÀÛÀ»¼ö·Ï »¡¶óÁü..
balloon = new Array();
balloon[0] = "http://www.isaeson.com/images/logo.gif"; // À̹ÌÁö 1
balloon[1] = "http://www.isaeson.com/images/logo.gif"; // À̹ÌÁö 2
balloon[2] = "http://www.isaeson.com/images/logo.gif"; // À̹ÌÁö 3

var maxballoon = 2;

var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;
var dx, xp, yp;
var am, stx, sty;
var i, doc_width = 500, doc_height = 600;

if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight - 50;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight -50;
}

dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
j = maxballoon;
for (i = 0; i < no; ++ i) {
dx[i] = 0;
xp[i] = Math.random()*(doc_width-50);
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
if (ns4up) {
if (i == 0) {
document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"500\" visibility=\"show\"><img src=\"" + balloon[j] + "\" border=\"0\"></layer>");
} else {
document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"500\" visibility=\"show\"><img src=\"" + balloon[j] + "\" border=\"0\"></layer>");
}
} else if (ie4up) {
if (i == 0) {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 500px; LEFT: 15px;\"><img src=\"" + balloon[j] + "\" border=\"0\"></div>");
} else {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 500px; LEFT: 15px;\"><img src=\"" + balloon[j] + "\" border=\"0\"></div>");
}
}
if (j == 0) { j = maxballoon; } else { j -= 1; }
}

function snowNS() {
for (i = 0; i < no; ++ i) {
yp[i] -= sty[i];
if (yp[i] < 0) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = doc_height;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight -50;
}
dx[i] += stx[i];
document.layers["dot"+i].top = yp[i];
document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("snowNS()", speed);
}

function snowIE() {
for (i = 0; i < no; ++ i) {
yp[i] -= sty[i];
if (yp[i] < 0) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = doc_height;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight -50;
}
dx[i] += stx[i];
document.all["dot"+i].style.pixelTop = yp[i];
document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("snowIE()", speed);
}

if (ns4up) {
snowNS();
} else if (ie4up) {
snowIE();
}
</script>

</body>
</html>



¸ñ·Ï

°Ô½Ã¹° : 24 °Ç, ÇöÀç : 1 / 2 ÂÊ
¹ø È£ Á¦ ¸ñ ÀÛ¼ºÀÚ   Á¶ ȸ
24 [DESIGN] ¹è°æÈ­¸é °íÁ¤½ÃÅ°±â  °ü¸®ÀÚ   24137
23 [DESIGN] ½ºÅ©·Ñ¹Ù¸¦ ¿ÞÂÊ¿¡ À§Ä¡ÇÏ°Ô Çϴ űנ °ü¸®ÀÚ   16466
22 [DESIGN] iframeÀÇ È°¿ë¹æ¹ý¿¡ ´ëÇØ ¾Ë¾Æº¾½Ã´Ù  °ü¸®ÀÚ   20481
21 [DESIGN] Áñ°Üã±â¿¡ Ãß°¡ ¹öÆ° ¸¸µé±â  °ü¸®ÀÚ   8917
20 [DESIGN] wave ÇÊÅÍ·Î À̹ÌÁö¸¦ ¹°»ì¿¡ ºñÄ£ È¿°ú Àû¿ë  °ü¸®ÀÚ   8678
19 [DESIGN] È­¸é¿¡ ´« ³»¸®´Â È¿°ú ÀÔ´Ï´Ù  °ü¸®ÀÚ   24340
18 [DESIGN] fieldset À¸·Î ¿©·¯°¡Áö Å×À̺í box ¸¸µé±â  °ü¸®ÀÚ   8421
17 [DESIGN] ¸µÅ©µÇ´Â °÷ ¸¶¿ì½ºÄ¿¼­ ¹Ù²Ù±â  °ü¸®ÀÚ   11660
16 [DESIGN] ÀÚµ¿À¸·Î Áñ°Üã±â ±â´É  °ü¸®ÀÚ   8833
15 [DESIGN] img ű׿¡ <border=0> ³ÖÁö ¾Ê±â  °ü¸®ÀÚ   9038
14 [DESIGN] ÆäÀÌÁö ¹Ù²î¾îµµ À½¾Ç ²÷±âÁö ¾Êµµ·Ï  °ü¸®ÀÚ   10773
13 [DESIGN] ½ºÅ©·Ñ¹Ù »ö»ó ³Ö±â  °ü¸®ÀÚ   6652
12 [DESIGN] ÀÚµ¿ ŸÀÌÇεǴ ±ÛÀÚ  °ü¸®ÀÚ   10900
11 [DESIGN] À̹ÌÁö°¡ ¹«ÀÛÀ§·Î ¿Ã¶ó°¡´Â ¹è°æ  °ü¸®ÀÚ   20416
10 [DESIGN] »õâ¿¡¼­ ºÎ¸ðâÀ¸·Î ¸µÅ©À̵¿ÇÏ±â  °ü¸®ÀÚ   12651
[ÀÌÀü] [1][2] [´ÙÀ½]
¸ñ·ÏÀ¸·Î