Superfish 下拉菜单不会出现在 IE6 中
我正在使用本示例中的 superfish 菜单: http://users.tpg.com.au/j_birch/plugins/superfish/ #examples(带有超级替补)。 它在每个浏览器中都工作得很好,甚至在 ie6 中也是如此! 当我将其复制到我的项目中后,一切看起来都很好,但只有 IE6 会出现问题。下拉菜单没有出现,实在找不到问题所在!我什至尝试了相同的 jquery 版本(如示例)。 这是我的菜单:http://tvim.de/cmsms/ 你们知道出了什么问题吗? 谢谢!
I am using the superfish menu from this example:
http://users.tpg.com.au/j_birch/plugins/superfish/#examples (with Supersubs).
It works great in every browser even in ie6!!
When i finished copying it to my project, everything seems fine but just IE6 makes problems. the dropdown does not appear and really cant find the problem! i even tried the same jquery version (like the example).
here is my menu: http://tvim.de/cmsms/
do you guys know whats wrong??
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在此代码中,您遇到了一个偷偷摸摸的问题:
这被称为 死亡逗号。一旦我删除它,您的菜单就开始工作,尽管您的二级菜单显示可能会出现问题。
http://jfcoder.com/test/missplacedcomma.html
In this code, you have a sneaky problem:
This was called the Trailing Comma of Death. Once I removed that, your menu began working, although you might have an issue with your second-level menus displaying.
http://jfcoder.com/test/missplacedcomma.html