I am using the image map feature in dreamweaver to select a portion of an image that I want to be a link. However I also want it to display alt tags when the mouse hovers over it. I have found some good code out there for the standard hover over alt tags but dont know how to implement it when using the image map. Any help would be appreciated.
Set title attributes in your map area tags. Example: <AREA SHAPE="rect" HREF="page.htm" TITLE="this will show when hovering over this area" COORDS="0,1,2,3">