Dear reader ...
I have the following code:
<IMG SRC="C:/pic.jpg">
<MAP NAME="my_map">
<AREA SHAPE="rect" COORDS="200, 100, 200, 100" HREF="h.htm">
<AREA SHAPE="rect" COORDS="200, 100, 200, 100" HREF="b.htm">
<AREA SHAPE="rect" COORDS="200, 100, 200, 100" HREF="c.htm">
</MAP>
What I need exactly is to show a list of contents of some item when the mouse being over that item. It might be a tooltip or something else.
Thank you.
I have the following code:
<IMG SRC="C:/pic.jpg">
<MAP NAME="my_map">
<AREA SHAPE="rect" COORDS="200, 100, 200, 100" HREF="h.htm">
<AREA SHAPE="rect" COORDS="200, 100, 200, 100" HREF="b.htm">
<AREA SHAPE="rect" COORDS="200, 100, 200, 100" HREF="c.htm">
</MAP>
What I need exactly is to show a list of contents of some item when the mouse being over that item. It might be a tooltip or something else.
Thank you.