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

¼îÇθô »óÇ°Å×ÀÌºí ·Ñ¸µ
11³â Àü
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<link type="text/css" rel="stylesheet"  href="style.css"  />
<title></title>
<script language="JavaScript">
function bluring(){
        if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG")
        document.body.focus();
}
document.onfocusin=bluring;
</script>


<script language=javascript>
<!--
var downLayerId;
var dropDegree = 10; //½ºÅ©·Ñ ¼Óµµ
var doDirect;
var DirectTerm = 3000; //½ºÅ©·Ñ Áö¿¬½Ã°£
var curDropIdx = 0;
      
function DirectDown()
{
        clearInterval(doDirect);
        clearInterval(downLayerId);
      
        for(i = curDropIdx ;i < document.all["DropHit"].length + curDropIdx;i++){
                document.all["DropHit"][i%document.all["DropHit"].length].style.posTop = document.all["DropHit"][i%document.all["DropHit"].length].style.posHeight * (-1*((i-curDropIdx)%document.all["DropHit"].length));
        }
        var temp = 'setInterval("DownLayer()",20)';
        downLayerId = eval(temp);
        direction = "down";
}
function DownLayer()
{
        if(document.all["DropHit"][curDropIdx].style.posTop < document.all["DropHit"][curDropIdx].style.posHeight){
                for(j = curDropIdx ;j < document.all["DropHit"].length + curDropIdx;j++){
                        document.all["DropHit"][j%document.all["DropHit"].length].style.posTop += dropDegree;
                }
        }else{
                clearInterval(downLayerId);
                for(j = curDropIdx ;j < document.all["DropHit"].length + curDropIdx;j++){
                        document.all["DropHit"][j%document.all["DropHit"].length].style.posTop = document.all["DropHit"][j%document.all["DropHit"].length].style.posHeight *((-1*((j-curDropIdx)%document.all["DropHit"].length))+1);
                }
                curDropIdx = (curDropIdx + 1) ;
                curDropIdx = curDropIdx > document.all["DropHit"].length-1 ? curDropIdx%document.all["DropHit"].length:curDropIdx;
                var temp = 'setInterval("DirectDown()",DirectTerm)';
                doDirect = eval(temp);
        }
}
function DirectUp()
{
        clearInterval(doDirect);
        clearInterval(downLayerId);
        var tempIdx = 0;
        for(i = 0;i<document.all["DropHit"].length;i++){
                tempIdx = (document.all["DropHit"].length + curDropIdx - i) %document.all["DropHit"].length;
                document.all["DropHit"][tempIdx].style.posTop = i*document.all["DropHit"][tempIdx].style.posHeight;
        }
        var temp = 'setInterval("UpLayer()",20)';
        downLayerId = eval(temp);
        direction = "up";
}
function UpLayer()
{
        var tempIdx = 0;
        if(document.all["DropHit"][curDropIdx].style.posTop < document.all["DropHit"][curDropIdx].style.posHeight && document.all["DropHit"][curDropIdx].style.posTop > document.all["DropHit"][curDropIdx].style.posHeight * (-1)){
                for(j = 0 ;j < document.all["DropHit"].length;j++){
                        tempIdx = (document.all["DropHit"].length + curDropIdx - j) %document.all["DropHit"].length;
                        document.all["DropHit"][tempIdx].style.posTop -= dropDegree;
                }
        }else{
                clearInterval(downLayerId);
                for(j = 0;j<document.all["DropHit"].length;j++){
                        tempIdx = (document.all["DropHit"].length + curDropIdx - j) % document.all["DropHit"].length;
                        document.all["DropHit"][tempIdx].style.posTop = (j-1)*(document.all["DropHit"][tempIdx].style.posHeight);
                }
                curDropIdx = (curDropIdx - 1) ;
                curDropIdx = curDropIdx < 0 ? document.all["DropHit"].length-1:curDropIdx;
                var temp = 'setInterval("DirectUp()",DirectTerm)';
                doDirect = eval(temp);
        }
}
//-->
</script>
<script language=javascript>
<!--
var downLayerId2;
var dropDegree2 = 10; //½ºÅ©·Ñ ¼Óµµ
var doDirect2;
var DirectTerm2 = 3000; //½ºÅ©·Ñ Áö¿¬½Ã°£
var curDropIdx2 = 0;
      
function DirectDown2()
{
        clearInterval(doDirect2);
        clearInterval(downLayerId2);
      
        for(i = curDropIdx2 ;i < document.all["DropHit2"].length + curDropIdx2;i++){
                document.all["DropHit2"][i%document.all["DropHit2"].length].style.posTop = document.all["DropHit2"][i%document.all["DropHit2"].length].style.posHeight * (-1*((i-curDropIdx2)%document.all["DropHit2"].length));
        }
        var temp = 'setInterval("DownLayer2()",20)';
        downLayerId2 = eval(temp);
        direction = "down";
}
function DownLayer2()
{
        if(document.all["DropHit2"][curDropIdx2].style.posTop < document.all["DropHit2"][curDropIdx2].style.posHeight){
                for(j = curDropIdx2 ;j < document.all["DropHit2"].length + curDropIdx2;j++){
                        document.all["DropHit2"][j%document.all["DropHit2"].length].style.posTop += dropDegree2;
                }
        }else{
                clearInterval(downLayerId2);
                for(j = curDropIdx2 ;j < document.all["DropHit2"].length + curDropIdx2;j++){
                        document.all["DropHit2"][j%document.all["DropHit2"].length].style.posTop = document.all["DropHit2"][j%document.all["DropHit2"].length].style.posHeight *((-1*((j-curDropIdx2)%document.all["DropHit2"].length))+1);
                }
                curDropIdx2 = (curDropIdx2 + 1) ;
                curDropIdx2 = curDropIdx2 > document.all["DropHit2"].length-1 ? curDropIdx2%document.all["DropHit2"].length:curDropIdx2;
                var temp = 'setInterval("DirectDown2()",DirectTerm2)';
                doDirect2 = eval(temp);
        }
}
function DirectUp2()
{
        clearInterval(doDirect2);
        clearInterval(downLayerId2);
        var tempIdx = 0;
        for(i = 0;i<document.all["DropHit2"].length;i++){
                tempIdx = (document.all["DropHit2"].length + curDropIdx2 - i) %document.all["DropHit2"].length;
                document.all["DropHit2"][tempIdx].style.posTop = i*document.all["DropHit2"][tempIdx].style.posHeight;
        }
        var temp = 'setInterval("UpLayer2()",20)';
        downLayerId2 = eval(temp);
        direction = "up";
}
function UpLayer2()
{
        var tempIdx = 0;
        if(document.all["DropHit2"][curDropIdx2].style.posTop < document.all["DropHit2"][curDropIdx2].style.posHeight && document.all["DropHit2"][curDropIdx2].style.posTop > document.all["DropHit2"][curDropIdx2].style.posHeight * (-1)){
                for(j = 0 ;j < document.all["DropHit2"].length;j++){
                        tempIdx = (document.all["DropHit2"].length + curDropIdx2 - j) %document.all["DropHit2"].length;
                        document.all["DropHit2"][tempIdx].style.posTop -= dropDegree2;
                }
        }else{
                clearInterval(downLayerId2);
                for(j = 0;j<document.all["DropHit2"].length;j++){
                        tempIdx = (document.all["DropHit2"].length + curDropIdx2 - j) % document.all["DropHit2"].length;
                        document.all["DropHit2"][tempIdx].style.posTop = (j-1)*(document.all["DropHit2"][tempIdx].style.posHeight);
                }
                curDropIdx2 = (curDropIdx2 - 1) ;
                curDropIdx2 = curDropIdx2 < 0 ? document.all["DropHit2"].length-1:curDropIdx2;
                var temp = 'setInterval("DirectUp2()",DirectTerm2)';
                doDirect2 = eval(temp);
        }
}
//-->
</script>
</head>
<body>
<table width="477" border="0" cellpadding="0" cellspacing="0" style="margin:0 20px;">
            <tr>
              <td width="225"><!-- ÃֽŻóÇ° -->
                <table width="100%" border="0" cellpadding="0" cellspacing="0">
                  <tr>
                    <td><img src="http://eujin.kr/test/banner1/tit_new.gif" /></td>
                    <td align="right" valign="bottom"><img src="http://eujin.kr/test/banner1/more.gif" /></td>
                  </tr>
                  <tr>
                    <td colspan="2" class="pt10"><!--·Ñ¸µ½ÃÀÛ-->
                      <table width="225" height="165" border="0" cellpadding="0" cellspacing="0" style="background-color:#edeff3; border:1px solid #d4d9e3;">
                        <tr>
                          <td align="right" style="padding-right:40px;"><a href="javascript:DirectUp()"><img border="0" src="http://eujin.kr/test/banner1/bt_up.gif" /></a></td>
                        </tr>
                        <tr>
                          <td width="225" height="134"><div style="left:0px; overflow:hidden; width:225px; position:relative; top:0px; height:134px">
                            <div id="DropHit" style="width:225px; height:67px; padding:6px 0; position:absolute; left:0px; top:0px; z-index:1; visibility:visible;">
                              <table border="0" cellpadding="0" cellspacing="0" width="200" align="center" height="55">
                                <tr>
                                  <td rowspan="2" width="90" height="55" style="border:1px solid #d4d9e3;"><img src="http://eujin.kr/test/banner1/p_1.gif" width="90" height="55" /></td>
                                  <td class="pl10" style="font-size:11px; font-weight:bold;">
                                                                        »óÇ°¸í1</td>
                                </tr>
                                <tr>
                                  <td class="pl10" style="font-size:11px; line-height:14px;">
                                                                        »óÇ°»ó¼¼¼³¸í »óÇ°»ó¼¼¼³¸í »óÇ°..</td>
                                </tr>
                              </table>
                            </div>
                            <div id="DropHit" style="width:225px; height:67px; padding:3px 0; position:absolute; left:0px; top:-60px; z-index:1; visibility:visible;">
                              <table border="0" cellpadding="0" cellspacing="0" width="200" align="center" height="55">
                                <tr>
                                  <td rowspan="2" width="90" height="55" style="border:1px solid #d4d9e3;"><img src="http://eujin.kr/test/banner1/p_1.gif" width="90" height="55" /></td>
                                  <td class="pl10" style="font-size:11px; font-weight:bold;">
                                                                        »óÇ°¸í2</td>
                                </tr>
                                <tr>
                                  <td class="pl10" style="font-size:11px; line-height:14px;">
                                                                        »óÇ°»ó¼¼¼³¸í »óÇ°»ó¼¼¼³¸í »óÇ°..</td>
                                </tr>
                              </table>
                            </div>
                            <div id="DropHit" style="width:225px; height:67px; padding:6px 0; position:absolute; left:0px; top:-120px; z-index:1; visibility:visible;">
                              <table border="0" cellpadding="0" cellspacing="0" width="200" align="center" height="55">
                                <tr>
                                  <td rowspan="2" width="90" height="55" style="border:1px solid #d4d9e3;"><img src="http://eujin.kr/test/banner1/p_1.gif" width="90" height="55" /></td>
                                  <td class="pl10" style="font-size:11px; font-weight:bold;">
                                                                        »óÇ°¸í3</td>
                                </tr>
                                <tr>
                                  <td class="pl10" style="font-size:11px; line-height:14px;">
                                                                        »óÇ°»ó¼¼¼³¸í »óÇ°»ó¼¼¼³¸í »óÇ°..</td>
                                </tr>
                              </table>
                            </div>
                            <div id="DropHit" style="width:225px; height:67px; padding:6px 0; position:absolute; left:0px; top:-180px; z-index:1; visibility:visible;">
                              <table border="0" cellpadding="0" cellspacing="0" width="200" align="center" height="55">
                                <tr>
                                  <td rowspan="2" width="90" height="55" style="border:1px solid #d4d9e3;"><img src="http://eujin.kr/test/banner1/p_1.gif" width="90" height="55" /></td>
                                  <td class="pl10" style="font-size:11px; font-weight:bold;">
                                                                        »óÇ°¸í4</td>
                                </tr>
                                <tr>
                                  <td class="pl10" style="font-size:11px; line-height:14px;">
                                                                        »óÇ°»ó¼¼¼³¸í »óÇ°»ó¼¼¼³¸í »óÇ°..</td>
                                </tr>
                              </table>
                            </div>
                            <div id="DropHit" style="width:225px; height:67px; padding:6px 0; position:absolute; left:0px; top:-240px; z-index:1; visibility:visible;">
                              <table border="0" cellpadding="0" cellspacing="0" width="200" align="center" height="55">
                                <tr>
                                  <td rowspan="2" width="90" height="55" style="border:1px solid #d4d9e3;"><img src="http://eujin.kr/test/banner1/p_1.gif" width="90" height="55" /></td>
                                  <td class="pl10" style="font-size:11px; font-weight:bold;">
                                                                        »óÇ°¸í5</td>
                                </tr>
                                <tr>
                                  <td class="pl10" style="font-size:11px; line-height:14px;">
                                                                        »óÇ°»ó¼¼¼³¸í »óÇ°»ó¼¼¼³¸í »óÇ°..</td>
                                </tr>
                              </table>
                            </div>
                            <script language=javascript>DirectDown();</script>
                          </div></td>
                        </tr>
                        <tr>
                          <td align="right" style="padding-right:40px;"><a href="javascript:DirectDown()"><img border="0" src="http://eujin.kr/test/banner1/bt_down.gif" /></a></td>
                        </tr>
                      </table>
                      <!--·Ñ¸µ³¡--></td>
                  </tr>
                </table>
                <!-- ÃֽŻóÇ°³¡ --></td>
              <td width="27"></td>
              <td width="225"><!-- Àαâ»óÇ° -->
                <table width="100%" border="0" cellpadding="0" cellspacing="0">
                  <tr>
                    <td align=""><img src="http://eujin.kr/test/banner1/tit_best.gif" /></td>
                    <td align="right" valign="bottom"><img src="http://eujin.kr/test/banner1/more.gif" /></td>
                  </tr>
                  <tr>
                    <td colspan="2" class="pt10"><!--·Ñ¸µ½ÃÀÛ-->
                      <table width="225" height="165" border="0" cellpadding="0" cellspacing="0" style="background-color:#edeff3; border:1px solid #d4d9e3;">
                        <tr>
                          <td align="right" style="padding-right:40px;"><a href="javascript:DirectUp2()"><img border="0" src="http://eujin.kr/test/banner1/bt_up.gif" /></a></td>
                        </tr>
                        <tr>
                          <td width="225" height="134"><div style="left:0px; overflow:hidden; width:225px; position:relative; top:0px; height:134px">
                            <div id="DropHit2" style="width:225px; height:67px; padding:6px 0; position:absolute; left:0px; top:0px; z-index:1; visibility:visible;">
                              <table border="0" cellpadding="0" cellspacing="0" width="200" align="center" height="55">
                                <tr>
                                  <td rowspan="2" width="90" height="55" style="border:1px solid #d4d9e3;"><img src="http://eujin.kr/test/banner1/p_1.gif" width="90" height="55" /></td>
                                  <td class="pl10" style="font-size:11px; font-weight:bold;">
                                                                        »óÇ°¸í1</td>
                                </tr>
                                <tr>
                                  <td class="pl10" style="font-size:11px; line-height:14px;">
                                                                        »óÇ°»ó¼¼¼³¸í »óÇ°»ó¼¼¼³¸í »óÇ°..</td>
                                </tr>
                              </table>
                            </div>
                            <div id="DropHit2" style="width:225px; height:67px; padding:3px 0; position:absolute; left:0px; top:-60px; z-index:1; visibility:visible;">
                              <table border="0" cellpadding="0" cellspacing="0" width="200" align="center" height="55">
                                <tr>
                                  <td rowspan="2" width="90" height="55" style="border:1px solid #d4d9e3;"><img src="http://eujin.kr/test/banner1/p_1.gif" width="90" height="55" /></td>
                                  <td class="pl10" style="font-size:11px; font-weight:bold;">
                                                                        »óÇ°¸í2</td>
                                </tr>
                                <tr>
                                  <td class="pl10" style="font-size:11px; line-height:14px;">
                                                                        »óÇ°»ó¼¼¼³¸í »óÇ°»ó¼¼¼³¸í »óÇ°..</td>
                                </tr>
                              </table>
                            </div>
                            <div id="DropHit2" style="width:225px; height:67px; padding:6px 0; position:absolute; left:0px; top:-120px; z-index:1; visibility:visible;">
                              <table border="0" cellpadding="0" cellspacing="0" width="200" align="center" height="55">
                                <tr>
                                  <td rowspan="2" width="90" height="55" style="border:1px solid #d4d9e3;"><img src="http://eujin.kr/test/banner1/p_1.gif" width="90" height="55" /></td>
                                  <td class="pl10" style="font-size:11px; font-weight:bold;">
                                                                        »óÇ°¸í3</td>
                                </tr>
                                <tr>
                                  <td class="pl10" style="font-size:11px; line-height:14px;">
                                                                        »óÇ°»ó¼¼¼³¸í »óÇ°»ó¼¼¼³¸í »óÇ°..</td>
                                </tr>
                              </table>
                            </div>
                            <div id="DropHit2" style="width:225px; height:67px; padding:6px 0; position:absolute; left:0px; top:-180px; z-index:1; visibility:visible;">
                              <table border="0" cellpadding="0" cellspacing="0" width="200" align="center" height="55">
                                <tr>
                                  <td rowspan="2" width="90" height="55" style="border:1px solid #d4d9e3;"><img src="http://eujin.kr/test/banner1/p_1.gif" width="90" height="55" /></td>
                                  <td class="pl10" style="font-size:11px; font-weight:bold;">
                                                                        »óÇ°¸í4</td>
                                </tr>
                                <tr>
                                  <td class="pl10" style="font-size:11px; line-height:14px;">
                                                                        »óÇ°»ó¼¼¼³¸í »óÇ°»ó¼¼¼³¸í »óÇ°..</td>
                                </tr>
                              </table>
                            </div>
                            <div id="DropHit2" style="width:225px; height:67px; padding:6px 0; position:absolute; left:0px; top:-240px; z-index:1; visibility:visible;">
                              <table border="0" cellpadding="0" cellspacing="0" width="200" align="center" height="55">
                                <tr>
                                  <td rowspan="2" width="90" height="55" style="border:1px solid #d4d9e3;"><img src="http://eujin.kr/test/banner1/p_1.gif" width="90" height="55" /></td>
                                  <td class="pl10" style="font-size:11px; font-weight:bold;">
                                                                        »óÇ°¸í5</td>
                                </tr>
                                <tr>
                                  <td class="pl10" style="font-size:11px; line-height:14px;">
                                                                        »óÇ°»ó¼¼¼³¸í »óÇ°»ó¼¼¼³¸í »óÇ°..</td>
                                </tr>
                              </table>
                            </div>
                            <script language=javascript>DirectDown2();</script>
                          </div></td>
                        </tr>
                        <tr>
                          <td align="right" style="padding-right:40px;"><a href="javascript:DirectDown2()"><img border="0" src="http://eujin.kr/test/banner1/bt_down.gif" /></a></td>
                        </tr>
                      </table>
                    <!--·Ñ¸µ³¡--></td>
                  </tr>
                </table>
                <!-- Àαâ»óÇ°³¡ -->
              </td>
            </tr>
          </table>
</body>
</html>
ÃßõÃßõ : 497 Ãßõ ¸ñ·Ï
¹øÈ£ Á¦¸ñ
2,885
input ÀÔ·Â ÇÊµå ¾ÕµÚ °ø¹é ½Ç½Ã°£ Á¦°Å
2,884
Placeholder Æ÷Ä¿½º½Ã °¨Ãß±â
2,883
MySQL Áߺ¹µÈ µ¥ÀÌÅ͸¦ »èÁ¦
2,882
MySQL Áߺ¹ µ¥ÀÌÅÍ È®ÀÎ
2,881
sessionStorage.getItem ¿Í sessionStorage.setItem
2,880
Á¦ÀÌÄõ¸® ·£´ýÀ¸·Î ¹è°æ»ö º¯°æ
2,879
preg match¿¡ °üÇÑ Á¤±Ô½Ä
2,878
Stream an audio file with MediaPlayer ¿Àµð¿À ÆÄÀÏ ½ºÆ®¸®¹Ö Çϱâ
2,877
Audio Streaming PHP Code
2,876
PHP $ SERVER ȯ°æ º¯¼ö Á¤¸®
2,875
Vimeo (ºñ¸Þ¿À) API ¸¦ »ç¿ëÇÏ¿© Ç÷¹À̾î ÄÁÆ®·ÑÇϱâ
2,874
iframe »ç¿ë½Ã ÇÏ´Ü¿¡ ¹ß»ýÇÏ´Â °ø¹é Á¦°Å¹æ¹ý
2,873
¾ÆÀÌÇÁ·¹ÀÓ(iframe) Àüüȭ¸é °¡´ÉÇÏ°Ô Çϱâ
2,872
ºÎÆ®½ºÆ®·¦(bootstrapk)¿¡¼­ »ç¿ëÇÏ´Â class¸í Á¤¸®
2,871
ºÎÆ®½ºÆ®·¦ CSS
2,870
Å©·Ò¿¡¼­ ¸¶Áø Á¶Àý
2,869
PHP ÇöÀç ÆäÀÌÁöÀÇ µµ¸ÞÀθíÀ̳ª urlµîÀÇ Á¤º¸ ¾Ë¾Æ¿À±â
2,868
PHP preg match all()
2,867
PHP ·Î À¥ÆäÀÌÁö ±Ü¾î¿À±â ¸ðµç ¹æ¹ý ÃÑÁ¤¸®!
2,866
[PHP] ¿ø°ÝÁö ÆÄÀÏ ÁÖ¼Ò ³ëÃâ ¾ÈÇÏ°í curl·Î ´Ù¿î·Îµå ¹Þ±â
2,865
PHP ÇÔ¼ö Á¤¸®
2,864
¾ÆÀÌÇÁ·¹ÀÓ(iframe) ºñÀ² À¯ÁöÇϸ鼭 Å©±â Á¶ÀýÇÏ´Â ¹æ¹ý
2,863
PHP ¹è¿­¿¡¼­ ¹«ÀÛÀ§·Î Çϳª »Ì¾ÆÁÖ´Â array rand() ÇÔ¼ö
2,862
PHP Á¤±Ô½Ä Á¤¸®
2,861
PHP Á¤±Ô½ÄÀ» È°¿ëÇÑ ÅÂ±× ¹× ƯÁ¤ ¹®ÀÚ¿­ Á¦°Å ¹× ÃßÃâ ¹æ¹ý
2,860
php Å©·Ñ¸µ ¶Ç´Â ÆÄ½Ì ÇÔ¼ö, Á¤±Ô½Ä ¸ðÀ½
2,859
Á¦ÀÌÄõ¸® ±âº» ¸í·É¾î
2,858
À¥ÆäÀÌÁö °¡·Î ¸ðµå¼¼·Î ¸ðµå ÀνÄÇϱâ
2,857
¸ð¹ÙÀÏ À¥ È­¸é °­Á¦ ȸÀü(°¡·Î¸ðµå °íÁ¤)
2,856
[HTML5]¿¡¼­ frameset ´ëü ¹æ¹ý°ú iframe ¼Ó¼º
¸ñ·Ï
¹ÂÁ÷Æ®·ÎÆ® ºÎ»ê±¤¿ª½Ã ºÎ»êÁø±¸ °¡¾ßµ¿ ¤Ó °³ÀÎÁ¤º¸Ãë±Þ¹æħ
Copyright ¨Ï musictrot All rights reserved.