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

Which methods you want to call depends on what you need. Look at the complete documentation for more help.



<html>
<head>
 <title>Form field tooltip</title>
 <style type="text/css">
 body{
  background-color:#EEE;
  font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
 }
 fieldset{
  width:720px;
 }
 </style>
 <link rel="stylesheet" href="css/form-field-tooltip.css" media="screen" type="text/css">
 <script type="text/javascript" src="js/rounded-corners.js"></script>
 <script type="text/javascript" src="js/form-field-tooltip.js"></script>
 
</head>
<body>
<div id="mainContainer">
 <fieldset>
  <legend>Description</legend>
  <div>This is a demo of the form field tooltip script. The tooltip is being displayed when you move focus to one of the inputs on the page.</div>
 </fieldset>
 <fieldset>
  <legend>Form field tooltip example</legend>
  
  <table>
   <tr>
    <td><label for="firstname">First name:</label></td>
    <td><input type="text" id="firstname" name="firstname" tooltipText="Type in your firstname in this box"></td>
   </tr>
   <tr>
    <td><label for="lastname">Last name:</label></td>
    <td><input type="text" id="lastname" name="lastname" tooltipText="Type in your last name in this box"></td>
   </tr>
   <tr valign="top">
    <td><label for="address">Address:</label></td>
    <td><textarea id="address" name="address" tooltipText="This is the box for the address"></textarea></td>
   </tr>
   <tr valign="top">
    <td>Nationality</td>
    <td><select style="width:300px"><option>It covers this select box in IE</option></select></td>
   </tr>
  </table>  
 </fieldset>

</div>

<script type="text/javascript">
var tooltipObj = new DHTMLgoodies_formTooltip();
tooltipObj.setTooltipPosition('right');
tooltipObj.setPageBgColor('#EEEEEE');
tooltipObj.setTooltipCornerSize(15);
tooltipObj.initFormFieldTooltip();
</script>
</body>
</html>


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