在哪里可以找到包含图像和文本详细信息的超级下拉菜单?
I'm curious how to build a similar menu with all the images and text details as in http://www.resellerclub.com/
Any ideas on the technologies used ? Are there any commercial solutions like this ?
Thank you,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它们被称为“超级菜单”插件。您可以使用 CSS/Javascript/jQuery 的组合来构建它们。有几个可用的开源插件。
你可以尝试:http://plugins.jquery.com/project/jquerymegamenu
这篇文章讲的是几个菜单插件: http://www.noupe.com/jquery/45-jquery-navigation-plugins-and-tutorials.html
They are called 'mega menu' plugins. You can build them with a combination of CSS/Javascript/jQuery. There are several open source plugins available.
You can try: http://plugins.jquery.com/project/jquerymegamenu
This article talks about several menu plugins: http://www.noupe.com/jquery/45-jquery-navigation-plugins-and-tutorials.html
也许这非 Javascript 示例 有帮助吗?它完全是 HTML 和 CSS3,带有一些用于浏览器支持的脚本。
Perhaps would this non-Javascript example help? It's HTML and CSS3 entirely, with some scripts for browser support.