<HTML>
<HEAD>ÇØÇÇcgiÀÔ´Ï´Ù.</head> <TITLE></TITLE> <style> .balloonstyle{ position:absolute; top: -500px; left: 0; padding: 5px; visibility: hidden; border:1px solid black; font:normal 12px Verdana; line-height: 18px; z-index: 100; background-color: white; width: 200px; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/ filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5); }
#arrowhead{ z-index: 99; position:absolute; top: -500px; left: 0; visibility: hidden; } </style> <script type="text/javascript" src="http://www.blueb.co.kr/SRC/javascript/js/balloontip.js"></script> <body>
¾Æ·¡ ¸µÅ©¿¡ ¸¶¿ì½º¸¦ ¿Ã·Áº¸¼¼¿ä..<p>
<a href="http://www.happycgi.com/new.cgi" rel="balloon2">ÇØÇÇcgiÀÚ·á½ÇÀÔ´Ï´Ù!</a><br /><br /> <a href="http://www.cgimall.co.kr/" rel="balloon1">CGI¸ô ¸µÅ©ÀÔ´Ï´Ù.</a>
<div id="balloon1" class="balloonstyle" style="width: 350px; background-color: lightyellow"> ÀúÈñ ¼Ö·ç¼Ç ¸¹ÀÌ »ç¶ûÇØÁÖ¼¼¿ä ^^ </div>
<div id="balloon2" class="balloonstyle" style="width: 350px; background-color: lightyellow"> ÇØÇÇcgiÀÚ·á½ÇÀ» ¸¹ÀÌ ÀÌ¿ëÇØÁÖ¼¼¿ä^^ </div>
</body> </html>
|