이 스크립트는 js 파일을 포함하고 있습니다
<div id="overDiv" style="position:absolute; visibility:hide;z-index:1;"></div>
<SCRIPT LANGUAGE="JavaScript" SRC="overlib.js"></SCRIPT>
<FONT SIZE="3" COLOR="#FFFFFF"><B> What overLIB does</B></FONT><BR>
Haven't seen overLIB in action? Take a look at these small examples.
A <A HREF="javascript:void(0);" onMouseOver="overlib('Nifty, ehh?')" onMouseOut="nd()">plain popup</A>,
or perhaps one with <A HREF="javascript:void(0);" onMouseOver="overlib('...and text here!', CAPTION, 'Caption here...')" onMouseOut="nd()">a caption</A>.
You can also make them stick when you <A HREF="javascript:void(0);" onClick="overlib('This one stays around for a while!', STICKY, CAPTION, 'Sticky')" onMouseOver="overlib('Click on me!')" onMouseOut="nd()">click</A>,
plus, you can place any <A HREF="javascript:void(0);" onMouseOver="overlib('For example, a list:<UL><LI>Item 1<LI>Item 2<LI>Item 3</UL>')" onMouseOut="nd()">html</A> you wish in them.
There is lots more you can do like placing them on the <A HREF="javascript:void(0);" onMouseOver="overlib('Woo, on the other side!', LEFT)" onMouseOut="nd()">other side of the mouse</A>,
<A HREF="javascript:void(0);" onMouseOver="overlib('Snapped to a 20 times 20 pixel grid.', SNAPX, 20, SNAPY, 20)" onMouseOut="nd()">snapping to a grid</A>,
<A HREF="javascript:void(0);" onMouseOver="overlib('We lock this one to position a specific position.', FIXX, 50, FIXY, 250)" onMouseOut="nd()">fixating the position</A>,
having background images and lots lots more. Just take a look
at <A HREF="features.html" onMouseOver="overlib('Click on the link to see all the features!')" onMouseOut="nd()">all the features</A>.