我想在我的图像地图坐标上弹出信息。我已经设置了图像映射并且工作正常但是我似乎无法合并弹出窗口是jQuery还是CSS。
示例图像地图坐标线是:
<area shape="rect" coords="2,44,250,108" href="http://blah.com" alt="test alt" title="test title" />
我尝试将该代码放入
<span class="dropt" title="title">Above area shape line here
<span style="width:500px;">Pop-up text</span>
</span>
用css但没有用。
我也试过jQuery并弹出工作文本和单个图像,但是可以使用图像映射坐标吗?
谢谢,
答案 0 :(得分:0)
转到您所在地区并将您的href =“http://blah.com”更改为javascript:alert('hello')“或”javascript:openPopup()“或任何适合您的内容,在openPopup上必须先为此定义一个脚本。