- ÀÔ·Ââ°ú ÆûÀ» È®ÀÎÇϽðí Ŭ¸¯ÇÕ´Ï´Ù.
- name¶ó´Â ÆûÀ» Ŭ¸¯ÇÏ¸é ¾Æ·¡¿Í °°ÀÌ ¸»Ç³¼±ÀÌ ³ªÅ¸³³´Ï´Ù. ÀÌ µµ¿ò¸» ¸»Ç³¼±¿¡ close¸¦ Ŭ¸¯ÇÏ¸é ¸»Ç³¼±Àº »ç¶óÁö°Ô µË´Ï´Ù.
- ´Ù¸¥ ÆûÀ» Ŭ¸¯ÇÏ¸é ´Ù¸¥ ¸»Ç³¼±ÀÌ ³ªÅ¸³ª°Ô µÇ¸ç Don't show this message again À» Ŭ¸¯ÇÏ¸é ¸»Ç³¼±Àº ³ªÅ¸³ªÁö ¾Ê°Ô µË´Ï´Ù.
¾Æ·¡´Â º» ¿¹Á¦ÀÇ ÀÚ¹Ù½ºÅ©¸³Æ®ÀÔ´Ï´Ù.
<html> <head> <title>http://www.happycgi.com</title> <link rel="stylesheet" href="css/form-field-tooltip.css" media="screen" type="text/css"> <script type="text/javascript" src="http://www.blueb.co.kr/SRC/javascript/js/rounded_corners.js"></script> <script type="text/javascript" src="http://www.blueb.co.kr/SRC/javascript/js/formfieldtooltip.js"></script> </head> <style> #DHTMLgoodies_formTooltipDiv{ color:#FFF; font-family:arial; font-weight:bold; font-size:11px; line-height:120%; } .DHTMLgoodies_formTooltip_closeMessage{ color:#FFFFFF; font-weight:normal; font-size:11px; }
</style> <body> °¢°¢ÀÇ ÀÔ·ÂÆûÀ» Ŭ¸¯Çغ¸¼¼¿ä <table> <tr> <td><label for="lastname">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><label for="address">email:</label></td> <td><input id="email" name="email" tooltipText="This is the box for the email"></td> </tr> </table>
<script type="text/javascript"> var tooltipObj = new DHTMLgoodies_formTooltip(); tooltipObj.setTooltipPosition('right'); tooltipObj.setPageBgColor('#EEEEEE'); tooltipObj.setTooltipCornerSize(15); tooltipObj.initFormFieldTooltip(); </script>
</body> </html>
*º»¿¹Á¦ÀÇ ºí·çºñ http://www.blueb.co.kr ÀÇ ÀÚ·á·Î½á jsÆÄÀÏÀº ºí·çºñ¸¦ ÅëÇØ ´Ù¿î¹ÞÀ¸½Ã±æ ¹Ù¶ø´Ï´Ù. > ¿¹Á¦È®ÀθµÅ©
|