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

¼îÇθô »óÇ°Å×ÀÌºí ·Ñ¸µ
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 Ãßõ ¸ñ·Ï
¹øÈ£ Á¦¸ñ
84
input ÀÔ·Â ÇÊµå ¾ÕµÚ °ø¹é ½Ç½Ã°£ Á¦°Å
83
Placeholder Æ÷Ä¿½º½Ã °¨Ãß±â
82
[ transition ] ¸µÅ© hover »ö»ó º¯È­ ¼Óµµ Á¶Àý
81
CSS Hover ¸¦ ÀÌ¿ëÇÑ ±ò²ûÇÑ ÆäÀÌ¡
80
½ºÅ©·ÑÇصµ »ó´Ü¿¡ °íÁ¤µÇ´Â ¸Þ´º ¸¸µé±â
79
[jQuery] jQuery fadeIn(), fadeOut(), fadeToggle(), fadeTo() ÀÌÇØÇϱâ
¼îÇθô »óÇ°Å×ÀÌºí ·Ñ¸µ
77
Input ÇѱÛ/¿µ¾î Á¦¾îÇϱâ
76
Äü¸Þ´º
75
div ű׿¡ ½ºÅ©·Ñ¹Ù(Scroll Bar) ºÙÀ̱â
74
CSS HackÀ» »ç¿ëÇÏ¿© ȣȯ¼º ¹®Á¦¸¦ ÇØ°á
73
ÀÚ¹Ù½ºÅ©¸³À¸·Î Ç÷¡½¬ ¸Þ´ºÃ³·³...
72
input ¹Ú½º¿¡ ¾È³»¹®±¸ ³ªÅ¸³»±â
71
input textarea Æ÷Ä¿½º½Ã È¿°úÁÖ±â À̹ÌÁö
70
¹®Àå¿¡¼­ ƯÁ¤´Ü¾î¿¡ È¿°úÁֱ⸶½ºÅÍ
69
x ÃÊÈÄ ³ªÅ¸³ª´Â ·¹À̾î...
68
meta È­¸éÀÌÆåÆ®
67
¿øŬ¸¯À¸·Î ¼¼°³ÀÇ iframe¿¡ ¸µÅ© È£ÃâÇϱâ
66
Ä«¿îÆ®´Ù¿î ÈÄ Æ¯Á¤ ÆäÀÌÁö·Î À̵¿ÇÕ´Ï´Ù
65
·Ñ¿À¹ö ¹öÆ° ½ºÅ©¸³Æ®
64
¹öÆ° Ŭ¸¯½Ã ¿­¸®´Â ·¹À̾î Æ˾÷ À̵¿°¡´ÉÇÑ ·¹ÀÌ¾î ¸¸µé±â
63
Á¿ìÃø Àç»ý Á¦¾îµÇ´Â ÀÚ¹Ù½ºÅ©¸³Æ® ¸¶Äû(marquee) ¼Ò½º
62
<blink> ÅÂ±× ±¸Çö
61
·Ñ¿À¹ö, ÀÚµ¿ À̵¿ ·¹À̾î
60
À̹ÌÁö ·Ñ¸µ
59
³×À̹ö ÄÞº¸½ºÅ¸ÀÏ ¸Þ´º
58
HTML°ú ÀÚ¹Ù½ºÅ©¸³Æ®¿¡¼­ ½ºÅ¸ÀϽÃÆ® ¼Ó¼º
57
CDATA ¼½¼Ç[XML Ç¥ÁØ]
56
textfield Å©±â¿¡ ¸Â°Ô ÅøÆÁ(tooltip) º¸¿©ÁÖ´Â ·¹À̾î
55
À¥ÆäÀÌÁö À̵¿ ¹æ¹ý
123
¸ñ·Ï
¹ÂÁ÷Æ®·ÎÆ® ºÎ»ê±¤¿ª½Ã ºÎ»êÁø±¸ °¡¾ßµ¿ ¤Ó °³ÀÎÁ¤º¸Ãë±Þ¹æħ
Copyright ¨Ï musictrot All rights reserved.