ȸ¿ø°¡ÀԡžÆÀ̵ð/ºñ¹øã±â
ȨÀ¸·Î


3D ÀÔü °¶·¯¸®
12³â Àü
<html>
<head>
<style type="text/css">
    span {position:absolute;}
    img {position:absolute;cursor:pointer;left:0;top:0;width:100%;height:100%;border:#efefef solid 1px;}
    div {position:absolute;top:120%;font-family:verdana;text-align:center;width:100%;color:#444;white-space:nowrap;}
    .chain {position:absolute;top:-2000;left:49.5%;width:1%;height:2000;background:#444;}
</style>
<script type="text/javascript">
<!--

window.onerror         = new Function("return true");
document.onselectstart = new Function("return false");
screen.bufferDepth     = 16;
/////////////////////
temp  = 200;
speed = 200;
zOOm  = .2;
HW    = .6;
/////////////////////
object = new Array();
Im = 0;
Om = 0;
nx = 0;
ny = 0;
xm = 0;
ym = 0;
A  = 0;
Y  = 0;
R  = Math.PI / 180;

function CObj(N){

    I = Im[N];
    this.o = document.createElement("span");
    this.oi = document.createElement("img");
    this.oi.src = I.src;
    this.oi.onclick=new Function("object["+N+"].clic()");
      this.o.appendChild(this.oi);
    this.ot = document.createElement("div");
    this.ot.onmousedown=new Function("return false;");
    this.ot.innerHTML = "¡¤" + I.alt + "¡¤<br> "
    this.o.appendChild(this.ot);
        of = document.createElement("span");
        of.className="chain";
    this.o.appendChild(of);
        document.body.appendChild(this.o);

    this.N   = N;
    this.ys  = 0;
    this.ac  = Math.cos((360 * N / Om) * R);
    this.as  = Math.sin((360 * N / Om) * R);
    this.x   = .35 * nx * this.ac;
    this.y   = 0;
    this.z   = .35 * nx * this.as;
    this.D   = 0;
    this.Z   = .4;
    this.dZ  = false;
    this.pZ  = 0;

    this.clic = function () {
        with(this){
            if(!dZ && pZ==0) dZ = true;
            else dZ = false, pZ = 0;
        }
    }

    this.anim = function () {
        with(this){
            s   = Math.sin(A * .01);
            c   = Math.cos(A * .01);
            xs  = s * x + c * z;
            zs  = s * z - c * x;
            ys += (Y - ys + y) / (speed * .2);
            D   = nx / (nx + zs);
            w   = D * (nx * zOOm);
            h   = w * HW;
            if(Z>.4 && dZ || pZ>0) A-=xs / 30;
            if(dZ){
                Z  *= 1.01;
                x   = Z * nx * ac;
                z   = Z * nx * as;
            }
            if(Z>.8 && dZ)dZ = false, pZ = temp;
            if(dZ==false && Z>.4){
                if(pZ>0)pZ--;
                else {
                    Z  *= .995;
                    x   = Z * nx * ac;
                    z   = Z * nx * as;
                }
            }

            with(o){
                style.width  = w;
                style.height = h;
                style.top    = ny * .5 + ys * D - (h * .5);
                style.left   = nx * .5 + xs * D - (w * .5);
                style.zIndex = Math.round(D * 1000);
                s = Math.round(.03 * w);
                oi.style.borderWidth = s;
                ot.style.fontSize = (s * 2) + "px";
            }
        }
    }
}

function run(){
    A += (xm - nx * .5) / speed;
    Y = ym - ny * .5;
    for(i in object)object[i].anim();
    setTimeout("run()", 16);
}

document.onmousemove = function(e){
    if (window.event) e = window.event;
    xm = (e.x || e.clientX);
    ym = (e.y || e.clientY);
}

function resize(){
    nx = document.body.offsetWidth;
    ny = document.body.offsetHeight;
}
onresize = resize;

onload = function (){
    resize();
    xm = nx * .6;
    ym = ny * .5;
    Im=document.getElementById("img").getElementsByTagName("img");
    Om = Im.length;
    for(var i=0;i<Om;i++)object[i] = new CObj(i);
    run();
}

//-->
</script>
</head>

<body>

<DIV id=img style="VISIBILITY: hidden">
<img src=À̹ÌÁöÁÖ¼Ò alt="Photo 1">
<img src=À̹ÌÁöÁÖ¼Ò alt="Photo 2">
<img src=À̹ÌÁöÁÖ¼Ò alt="Photo 3">
<img src=À̹ÌÁöÁÖ¼Ò alt="Photo 4">
<img src=À̹ÌÁöÁÖ¼Ò alt="Photo 5">
<img src=À̹ÌÁöÁÖ¼Ò alt="Photo 6">
<img src=À̹ÌÁöÁÖ¼Ò alt="Photo 7">
</DIV>

<span id=LB0 style="position:absolute;left:50%;top:50%;">
<span style="position:absolute;font-family:arial;font-size:10px;color:#000000;left:-50;top:-18">Loading...</span>
<span style="position:absolute;left:-50;top:-5;font-size:1px;width:100;height:10px;background:#333">
<span id=LB1 style="position:absolute;left:0;top:0;font-size:1px;width:0;height:10px;background:#FF0000"></span></span></span>
<script>
m00=document.getElementById("img").getElementsByTagName("img");
m01=m00.length;
function images_loading_bar(){m02=0;
    for(i=0;i<m01;i++)m02+=(m00[i].complete)?1:0;document.getElementById("LB1").style.width=Math.round(m02/m01*100);
    if(m02==m01)setTimeout("document.getElementById('LB0').style.display='none'",128);
    else setTimeout("images_loading_bar()", 64);};
        images_loading_bar();
</script>

</body>
</html>
ÃßõÃßõ : 666 Ãßõ ¸ñ·Ï
¹øÈ£ Á¦¸ñ
115
Á¦ÀÌÄõ¸® ·£´ýÀ¸·Î ¹è°æ»ö º¯°æ
114
CSS border-image ¼Ó¼º
113
À̹ÌÁö ¾øÀ»¶§ ´ëü À̹ÌÁö Ãâ·Â
112
3D ÀÔü °¶·¯¸® (¹Ù¶÷°³ºñ ´À³¦) »ó,ÇÏ,ÁÂ,¿ì µå·¡±× °¡´É
3D ÀÔü °¶·¯¸®
110
½æ³×ÀÏ ¼Ò½º[GD »ç¿ë]
109
PHP¸¦ ÀÌ¿ëÇÑ À̹ÌÁö »çÀÌÁî ÆíÁý¸¶½ºÅÍ
108
À̹ÌÁöÀÇ °¡·ÎÅ©±â°¡ ÁöÁ¤ÇÑ °Íº¸´Ù Å©¸é ÀÚµ¿ Å©±â Ãà¼Ò/È®´ë
107
À̹ÌÁö°¡ ÁöÁ¤Å©±âº¸´Ù Ŭ ¶§¸¸ ÀÚµ¿¸®»çÀÌÁî
106
1 ºÐ¸¶´Ù ºü²î´Â ¹è°æ
105
html ÆÄÀÏ ¾øÀÌ À̹ÌÁö Å©±â´ë·Î â ¶ç¿ì±â - ½ºÅ©¸³Æ®¼Ò½º
104
À̹ÌÁö°¡ ¾øÀ»¶§ noimg Ãâ·Â
103
À̹ÌÁö »çÀÌÁ ¾Ë·ÁÁÖ´Â ÇÔ¼ö
102
À̹ÌÁö¿¡ ¸¶¿ì½º ¿À¹ö½Ã È¿°úÁÖ±â
101
¹è°æÀ̹ÌÁö ¿ÞÂÊ, ¿À¸¥ÂÊ, °¡¿îµ¥ ¿¡ °íÁ¤½ÃÅ°±â
100
¹Ìµð¾î Ç÷¹À̾î, ¹öÆÛ¸µ, Àç»ý, Á¤Áö, ÀϽÃÁ¤Áö
99
ÅؽºÆ® Çʵ忡 ÀÖ´Â À̹ÌÁö¸¦ ¸¶¿ì½º Ŭ¸¯½Ã »ç¶óÁö°Ô Çϱâ!
98
À̹ÌÁöÅ©±â·Î »õâ¶ç¿ì±â, ¶ç¿îâ À̹ÌÁö Ŭ¸¯Çϸé â´Ý±â
97
jpg ·Îµå¹«ºñ½Ã ÇÁ¸®·Î´õ ´Þ±â
96
·¹ÀÌ¾î ¾ÈÀÇ À̹ÌÁö ¸¶¿ì½º·Î Áöµµ ¿òÁ÷À̵íÀÌ À̵¿ÇÏ´Â ÀÚ¹Ù½ºÅ©¸³Æ®
95
ű׷Πpng Åõ¸í À̹ÌÁö ó¸®Çϱâ
94
¹è°æÀ̹ÌÁö °íÁ¤(body/table) - background-repeat: no-repeat;
93
À̹ÌÁö¸¦ ÁöÁ¤µÈ ºñÀ²·Î ÀÚ¸£±â (crop)
92
À̹ÌÁö ¿¡·¯½Ã ´ëüÀ̹ÌÁö Ç¥Çö
91
jQuery ¾Ö´Ï¸ÞÀÌÆ®·Î ¸¸µé¾îº¸´Â À̹ÌÁö ½½¶óÀÌ´õ¿Í Àü±¤ÆÇ
90
À̹ÌÁöÀÇ »ö»óÀ» ³»¸¾´ë·Î
89
jquery À̹ÌÁö ½½¶óÀ̵å
88
jquery À̹ÌÁö ºä¾î
87
À̹ÌÁö °æ·Î ¿¡·¯½Ã ´ëü À̹ÌÁö º¸¿©ÁÖ±â(¿¢¹Ú ¾È¶ß°ÔÇϱâ) - onError Event
86
HTML¹®¼­¿¡ ±×¶óµ¥ÀÌ¼Ç Ç¥ÇöÇϱâ
1234
¸ñ·Ï
¹ÂÁ÷Æ®·ÎÆ® ºÎ»ê±¤¿ª½Ã ºÎ»êÁø±¸ °¡¾ßµ¿ ¤Ó °³ÀÎÁ¤º¸Ãë±Þ¹æħ
Copyright ¨Ï musictrot All rights reserved.