奇怪的 Jquery/CSS 菜单问题
我有一个 jquery 下拉菜单,其中包含 jquery 和 css 来设置其样式。
然而,每次您将鼠标悬停在菜单选项上并来回移动时,似乎都会留下菜单的某些部分。有什么想法这是从哪里来的以及如何摆脱它吗?
以下是 jsfiddle 中的代码: http://jsfiddle.net/2msuP/2/
请参阅页面及其工作原理:http://f4design.com/clients/bigiochame/index.html< /a>
我在 Safari 中注意到了它。它在所有浏览器中可能并不明显。然而,该网站的主要用户将是 Safari 用户。
任何帮助表示赞赏!
谢谢!
凯文
I have a jquery drop down menu with jquery and css to style it.
However, every time you hover over the menu options and go back and forth, it seems to leave pieces of the menu left over. Any ideas where this is coming from and how to get rid of it?
Here is the code in a jsfiddle: http://jsfiddle.net/2msuP/2/
See the page and how it works here: http://f4design.com/clients/bigiochame/index.html
I am noticing it in Safari. It may not be apparent in all browsers. However, the main user for this site will be Safari users.
Any help is appreciated!
Thanks!
Kevin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于想知道的人,他正在谈论当鼠标快速悬停在导航上时的以下效果。
看起来像是重绘问题。
我在网上寻找有关强制 Safari 重绘的方法的想法,但到目前为止我的尝试不起作用。不过我觉得这个SS应该还是有用的。
For people wondering, he's talking about the following effect when mousing over the navigation very quickly.
Looks like a redraw issue.
I'm finding ideas online about ways to force Safari to redraw, but so far my attempts are not working. Still, thought this SS should be useful.