Firefox及其问题IE8没有显示图像映射的鼠标悬停替代文字

时间:2009-10-02 13:15:26

标签: html map tooltip mouseover

我有以下HTML:

<div style="position: relative; text-align: left;">
<img id="chart_6c544b37_ac9d_49ed_912e_5ff8ad6c0181_BaseImage" src="chart.gif" width="460px" height="240px" usemap="#chart_6c544b37_ac9d_49ed_912e_5ff8ad6c0181" border="0">

<map name="chart_6c544b37_ac9d_49ed_912e_5ff8ad6c0181">
<area shape="poly" alt="Second Dot" coords="256,51,259,48,256,45,253,48"></area>
<area shape="poly" alt="First Dot" coords="183,51,186,48,183,45,180,48"></area>
</map>
</div>

使用IE7时,当我将鼠标悬停在图表上的区域时,Alt文本(“第一个点”和“第二个点”)正确显示为工具提示,但在使用Firefox或IE8时它们不会显示。

任何想法为什么?

The example can be seen here

1 个答案:

答案 0 :(得分:7)

仅在无法加载图像时显示属性alt。请改用title属性。