jQuery superfish 菜单:光标问题

发布于 2024-08-09 19:01:45 字数 322 浏览 9 评论 0原文

我正在实现 superfish 菜单,并注意到有一个有趣的行为,光标失去了默认样式(指针)。

例如: http://users.tpg.com.au/j_birch/plugins/superfish /#examples

如果您将鼠标悬停在第一个菜单项上并将鼠标移到下拉菜单上,光标就会从指针变为常规箭头(我使用的是 FF 3.5)。

还有其他人遇到过这个问题/找到了解决办法吗?

I am implementing the superfish menu and have noticed that there is a funny behavior with the cursor loosing its default styling (pointer).

For example:
http://users.tpg.com.au/j_birch/plugins/superfish/#examples

If you rollover the first menu item and move your mouse over the drop down menu, the cursor changes from being a pointer to a regular arrow (I am using FF 3.5).

Has anyone else run into this / found a fix?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

燃情 2024-08-16 19:01:45

我会尝试添加一些附加到列表项的 CSS 作为解决方法。

例如:

ul.myMenu li { cursor:pointer }

I would try to add some CSS that's attached to the list items as a work-around.

For example:

ul.myMenu li { cursor:pointer }
泛泛之交 2024-08-16 19:01:45

添加后会发生什么

.sf-menu a, .sf-menu a:visited {
    cursor:pointer;
}

What happens when you add

.sf-menu a, .sf-menu a:visited {
    cursor:pointer;
}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文