Forum Moderators: not2easy
The idea is that when a user hovers over one of the image maps a description appears and when the pointer moves off the image map the description disappears. Almost like the ALT tag--except that it needs to be more immediate than the time it takes for the ALT tag to appear.
Searching the Internet for an solution has only managed to confused more than before.
Can anyone recommend a tutorial? Or suggest a way to make a layer appear for each image.
<img name="images/toolbar" src="images/toolbar.gif" width="647" height="72" border="0" usemap="#m_toolbar" alt="">
<map name="m_toolbar">
<area shape="rect" coords="0,26,50,72" href="#" alt="Back" >
<area shape="rect" coords="50,26,107,72" href="#" alt="Forward" >
<area shape="rect" coords="107,26,164,72" href="#" alt="Previous" >
<area shape="rect" coords="164,26,213,72" href="#" alt="Next" >
</map>
Tooltips is probably the thing you are looking for - but you will be devling into javascript, dhtml or flash for this.
Seeing as I can't post urls - google this: "dhtml tooltip" and check those out.