我是否错误地使用了maphighlight(jquery插件)?
我正在尝试制作图像地图,但无法让它在 chrome 和 firefox 中工作,而且我似乎无法获得 maphighlight jquery 插件(http://plugins.jquery.com/项目/maphilight)才能正常工作。我的例子在这里: http://jsfiddle.net/SzpdQ/
I'm trying to make an image map, but haven't been able to get it to work in both chrome and firefox, and I can't seem to get the maphighlight jquery plugin (http://plugins.jquery.com/project/maphilight) to work correctly. My example is here: http://jsfiddle.net/SzpdQ/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的图像地图具有
id="diagram-map"
,而它应该是name="diagram-map"
。Your imagemap has
id="diagram-map"
whereas it should bename="diagram-map"
.