Need help: how do you make hover alt tags when using image map for the link

Discussion in 'JavaScript' started by madmn, Apr 9, 2008.

  1. #1
    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.
     
    madmn, Apr 9, 2008 IP
  2. zerxer

    zerxer Peon

    Messages:
    368
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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">
     
    zerxer, Apr 9, 2008 IP