css menu hover“hangs”在铬&苹果浏览器

css menu hover“hangs”在铬&苹果浏览器

问题描述:

问候 -
使用三级css菜单。

在FireFox和Opera中适用于Mac,但在Chrome和Safari中,第三级stick或hangs将光标移开后的水印。

Greetings - Struggeling with a three-level css menu.
Works fine in FireFox and Opera for mac, but in Chrome and Safari the third level "sticks" or "hangs" as a watermark after you move the cursor away.

我试过了几个不同的东西,没有运气。

I have tried a few different things without luck.

在此演示:

http://www.it-stud.hiof.no/~benteh/tmp/

我已经切掉了一切,所以这只是菜单css& html。

(PS。考古,人类和环境只有三个层次)

I have cut away everything else, so this is just the menu css & html.
(PS. there are only three levels on archeology, hominins and environmental)

可能有兴趣知道从 .menu ul li ul 选择器中删除 visibilty:hidden (在CSS的第105行)修复了我在Chrome中的问题。签到FF3.6,它的工作太 - 没有检查其他。

You may be interested to know that removing the "visibilty: hidden" rule from the ".menu ul li ul" selector (on line 105 of the CSS) fixes the problem for me in Chrome. Checked in FF3.6 and it works too - didn't check it in anything else.