html中的图像映射。当我悬停时,想显示链接名称?

时间:2012-07-13 13:45:49

标签: html

我正在进行图像映射。我在图像中使用上面的代码我在图像的不同部分有链接,但当我悬停我想得到alt名称。我怎样才能做到这一点 ?提前谢谢你。

<map id="rade_img_map_1342182469821" name="rade_img_map_1342182469821">
    <area shape="CIRCLE" coords="121,198,15" href="http://Portfolio.com" target="_blank" alt="Portfolio" />
</map>

2 个答案:

答案 0 :(得分:1)

尝试使用title标记的<area>属性。

E.g。

<area shape="CIRCLE" coords="121,198,15" href="http://Portfolio.com" 
  target="_blank" alt="Portfolio" title="Portfolio" />

答案 1 :(得分:0)

你试过添加

吗?
title="Porfolio"