본문 바로가기
Dev./Sec. Study/Web

[DHTML] Javascript ToolTip

by 로제마인 2009. 12. 30.
출처: http://www.walterzorn.com/tooltip/tooltip_e.htm

Copy the following line to inside the BODY section, preferably immediately after the opening <body> tag:
<script type="text/javascript" src="wz_tooltip.js"></script>

<a href="index.htm" onmouseover="Tip('Some text')" onmouseout="UnTip()">Homepage </a>
Tip('This text won\'t trigger a JavaScript error.');


Download script file: