½ÃÀÛÆäÀÌÁö·Î Áñ°Üã±âÃß°¡
·Î±×ÀÎ
ȸ¿ø°¡ÀÔ l Ã⼮üũ l ¸¶ÀÌÆäÀÌÁö l CGIMALL
happycgi
ÀÚ·á½Ç »çÀÌÆ®µî·Ï ·©Å·100 ÇÁ·Î±×·¥¸®ºä °ü¸®ÀÚÃßõÀÚ·á Ãʺ¸°¡À̵å
Ä¿¹Â´ÏƼ
Àüü ÆîÃ帱â
Äü¸Þ´º¸µÅ© jquery , CSS , PHP , Javascript , ¹«·áÆùÆ® , ASP
»ó¼¼°Ë»ö
Ȩ > JAVASCRIPT > javascript ¼Ò½ºÃ¢°í > À̹ÌÁö°ü·Ã > Color Mask Effect »ó¼¼Á¤º¸
»çÀÌÆ®µî·Ï
Ŭ¶ó¿ìµåű×
javascript
php
HTML
ASP
mysql
css
mobile
jquery
image
slide
�޴�
¸Þ´º
������Ʈ
ÇöÀçÁ¢¼ÓÀÚ ¸í »õ·Î°íħ
Color Mask Effect
¼Ò½ºÅë°èÁ¤º¸ ¿À·ù½Å°í ¹× ¹®ÀÇ
ÇØÇÇÆÀ
³×ƼÁð
Æ®À§ÅÍ·Î º¸³»±â ÆäÀ̽ººÏÀ¸·Î º¸³»±â
¼Ò½ººÐ·ù À̹ÌÁö°ü·Ã
´Ù¿î·Îµå Ƚ¼ö 809 ȸ
°£´Ü¼³¸í Èæ¹éÀ¸·Î µÈ »çÁøÀ̹ÌÁö¿¡ »ç°¢¿µ¿ªÀÌ ¸¶¿ì½º¸¦ µû¶ó ¿òÁ÷ÀÌ¿© Ä®¶ó»çÁøÀ¸·Î º¸¿©ÁÖ´Â ¸¶½ºÅ© È¿°úÀÔ´Ï´Ù.
Æò°¡Çϱâ ÈǸ¢ÇÔ ¸Å¿ìÁÁÀ½ ÁÁÀ½ ±¦ÂúÀ½ º¸Åë º°·Î
ȨÆäÀÌÁö¹Ù·Î°¡±â ¼Ò½º´Ù¿î·Îµå µ¥¸ð ¹Ì¸®º¸±â ½ºÅ©·¦Çϱâ

<html style="width:100%;">

<head>
<title>ÇØÇÇCGI</title>
<style type="text/css">
<!--
a.links { margin-top:0px; text-decoration: none; font-family:verdana; font-weight:bold;  color: rgb(180,180,180);            }
a.links:hover {  text-decoration: underline;  }

 div.writing{
    font-weight:bold;  font-size: 13px; font-family: verdana;
  color: rgb(90,50,50);
    position:absolute;    text-align: center;
   border: none; border-width:1px; border-color: rgb(60,60,60);
    width: 120px;
    }
 div.shadow{
    font-weight:bold;font-size: 13px; font-family: verdana;
  color: rgb(0,0,0);
    position:absolute;    text-align: center;
   border: none; border-width:1px; border-color: rgb(0,0,0);
    width: 120px;
    }
  div.light{
    font-weight:bold;font-size: 13px; font-family: verdana;
  color: rgb(220,220,220);
    position:absolute;    text-align: center;
   border: none; border-width:1px; border-color: rgb(255,255,255);
    width: 120px;
    }

 


a.a_writing{
    font-weight:bold;  font-size: 13px; font-family: verdana;
  color: rgb(90,50,50);
    text-decoration:none;

    }

 

 

 a.a_shadow{
    font-weight:bold;font-size: 13px; font-family: verdana;
  color: rgb(0,0,0);
    text-decoration:underline;
    }

 

 

 

  div.floating{
  color:black;
  text-align:right;
    position:absolute;
   font-size:14px; font-weight: bold; font-family:courier new;
   top:470px; left:36%; width:300px; height: 10px;
    }


-->
</style>

<script type="text/javascript">
<!--
  floating_txt= new Array();
  floating_txt[0] = "À¥ÇÁ·Î±×·¥ ¹«·á¼Ò½º õ±¹ ÇØÇÇCGI."; //½ºÅ©·Ñ µÇ´Â ºÎºÐÀÇ ±ÛÀÚ¸¦ ÀÔ·ÂÇÏ´Â ºÎºÐ
  floating_txt[1] = "¹«·áPHP¼Ò½º, ¹«·áCGI¼Ò½º, ¹«·áÆùÆ®";

  colors = new Array();
  colors[0] = "rgb(10,10,10)";
  colors[1] = "rgb(10,10,10)";
  colors[1] = "rgb(10,10,10)";

  actual_string = 0;
  chars_showing = 37;
  actual_pos = - chars_showing;

  mouse_over_float=false;

   function floatText(){
     if(mouse_over_float){  setTimeout('floatText()',100);}
 else{
     substr = floating_txt[actual_string].substring(actual_pos,actual_pos+chars_showing);
    if(chars_showing>floating_txt[actual_string].length-actual_pos) document.getElementById("floating").style.textAlign = "left";

 

     document.getElementById("floating").childNodes[0].nodeValue = substr;
     actual_pos++;
   if (actual_pos<=floating_txt[actual_string].length) {
       if ((floating_txt[actual_string].charAt(actual_pos+chars_showing-1)==' ')||(floating_txt[actual_string].charAt(actual_pos-1)==' ')) floatText();
      else setTimeout('floatText()',100);
   }
   else {
   document.getElementById("floating").style.textAlign = "right";
   document.getElementById("floating").style.color = colors[actual_string];

       actual_string++;
     document.getElementById("floating").style.color = colors[actual_string];


     actual_pos=-chars_showing;
       if(actual_string<floating_txt.length) setTimeout('floatText()',3000);
     else{
        actual_string =0;
         setTimeout('floatText()',3000);
        }
   }

  }
  }


  current_color_width = 1352; // À̹ÌÁö °¡·Î Å©±â·Î ¼³Á¤ÇÏ¿© ÁØ´Ù.

 

   function colorStripe(e){
  if( window.event){  actual_mouse_x = document.body.scrollLeft+window.event.clientX; }
  else             {  actual_mouse_x = e.pageX;    }
    document.getElementById("color_div_vert").style.left= actual_mouse_x-50;
    document.getElementById("color_img_vert").style.left= -actual_mouse_x+50;

  }

 

 

 


  actual_rollover_color_nr = 0;
  actual_rollover_id = "";
  continue_rollover_loop = false;

  function mouseOverWriting(id){
     continue_rollover_loop = true;
     actual_rollover_id = id;
   mouseOverWritingLoop();
     }//fine  mouseOverWriting()

  function mouseOverWritingLoop(){
     if ( actual_rollover_color_nr == 0){
    document.getElementById(actual_rollover_id).style.color = "rgb(0,150,250)";
    actual_rollover_color_nr =1;
      }else{
         document.getElementById(actual_rollover_id).style.color = "rgb(0,0,250)";
       actual_rollover_color_nr =0;
         }
      if(continue_rollover_loop) setTimeout('mouseOverWritingLoop()',25);
     else document.getElementById(actual_rollover_id).style.color = "rgb(90,50,50)";
     } //fine  mouseOverWritingLoop()

 

 

 


// -->
</script>

</head>

<body   style="width:100%; margin: 0px;  text-align:center; background-color: black; "          >


 <div id="background_div" style="position:relative; left:0px; margin:0px; width:1352px; text-align:left; height:500;  background-repeat: repeat-y; background-position: center; background-image:url(back.jpg);"       >

 

 <div id="color_div_vert" style=" position:absolute; text-align:center; margin: 0px; width:100px; height:500px; top:0px; left:0px; overflow:hidden;  ">
 <img id="color_img_vert" alt="background boat" style=" position:relative; margin: 0px; width:1352px; height:500px; top:0px; left:0px "   src="back_color.jpg" />
 </div>


 <div id="floating" class="floating" onmouseover="mouse_over_float=true" onmouseout="mouse_over_float=false">.</div>

  <script type="text/javascript">
<!--
   document.onmousemove = colorStripe;
  floatText();
// -->
</script>


 </div>

 

</body>

</html>


³×ƼÁð ÀÇ°ß   ÀÌ¿ëÇϽŠÀÚ·áÀÇ Èı⸦ ÀÚÀ¯·Ó°Ô ÀÛ¼ºÇϼ¼¿ä. (»ó¾÷ÀûÀÎ ±¤°í ¹× µµ¹è¼º ±Û µîÀº »çÀüÅ뺸¾øÀÌ »èÁ¦µÉ ¼ö ÀÖ½À´Ï´Ù.)
³»¿ë ¾ÆÀ̵ð ÀÇ°ß³²±â±â
µî·ÏµÈ ÀÇ°ßÀÌ ¾ø½À´Ï´Ù.
1
À̸§
³»¿ë
:³×¸Â¾Æ¿ä: :È­³ª´Â±º¿ä: :Àá¿Í: :¿ì¿ïÇØ: :À̰ǾƳÄ: :¿ÕÇÏÇÏ: ¿Õ¿ôÀ½~ ³î·¥~
Æò°¡Çϱâ ÈǸ¢ÇÔ ¸Å¿ìÁÁÀ½ ÁÁÀ½ ±¦ÂúÀ½ º¸Åë º°·Î
µµ¹è¹æÁöÅ°
 41476018 º¸ÀÌ´Â µµ¹è¹æÁöÅ°¸¦ ÀÔ·ÂÇϼ¼¿ä.