css menu hover “hangs” in chrome & safari

2020-03-25 05:32发布

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.

Live demo here:

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

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)

1条回答
我欲成王,谁敢阻挡
2楼-- · 2020-03-25 06:02

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.

查看更多
登录 后发表回答