如何在图像地图上创建工具提示?
有没有什么方法可以定义我的图像映射区域,以便当鼠标悬停在该区域上时会弹出工具提示?
我正在 Dreamweaver 中编辑页面,并且尝试了 spry 工具提示,但触发器不会分配给我的多边形区域。
谢谢
Is there any way to define my image map areas so that a tooltip will pop up when the area is moused over?
I am editing my page in dreamweaver and I have tryed the spry tooltips but the triggers won't assign to my polygon area.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在地图的区域元素上,您可以指定标题和 Alt 属性。我建议将两者设置为相同的文本,因为众所周知,一些较旧的浏览器会错误地实现这些规范。
http://www.w3schools.com/TAGS/tag_area.asp
On the Area element of a Map you can specify both Title and Alt attribute. I would suggest setting both to the same text, since some older browsers have been known to mis-implement the spec for these.
http://www.w3schools.com/TAGS/tag_area.asp