鼠标悬停在地图区域不是firekit(safari,chrome),css错误? [英] Mouseover on map areas is not fire on webkit (safari, chrome), css mistake?

查看:97
本文介绍了鼠标悬停在地图区域不是firekit(safari,chrome),css错误?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用jquery制作游戏地图编辑器

I am making a game map editor using jquery

http://www.trouverunebabysitter.fr/messages/map

一切都适用于mozilla,但不适用于safari。鼠标悬停的区域不是火...我认为这是一个css问题,但我不知道我做错了什么。

Everything works fine on mozilla but not on safari. The area mouseover is not fire... I think it's a css problem but i don't know what i did wrong.

如果有人可以帮助我。 (我认为最好的方法是使用firebug看我的css / html ....)

If anyone can help me. (I think the best way is to use firebug to see my css/html....)

非常感谢

推荐答案

检查您的地图标签是否具有相同的 ID 名称。看起来Firefox和IE不需要像Chrome和Safari那样的name属性。

Check that your map tag have the same id and name. It seems that Firefox and IE don't require the name attribute unlike Chrome and Safari.

<map id="mySuperID" name="mySuperID">...</map>

这篇关于鼠标悬停在地图区域不是firekit(safari,chrome),css错误?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆