Forum Moderators: open
I've tried the following, but it didn't work:
<map name="Map">
<area shape="rect" coords="119,83,195,97" href="about_us.html" onMouseOver="window.status='About Us'; return true" onMouseOut="window.status='';return true">
<area shape="rect" coords="220,81,297,97" href="contact-us.html" onMouseOver="window.status='Contact Us'; return true" onMouseOut="window.status='';return true">
</map>
Opera is nice enough to make it very easy. The title attribute displays, when it's present for a link in either a standard anchor or an image map.
However, Explorer is probably what you're most interested in - and I can't figure out anything that works there for an image map either.