导航菜单栏
我想在我的网站上应用一个菜单栏,并且正在考虑一些类似于某些高街商店使用的菜单栏,例如maplin.co.uk或argos.co.uk、diy.com。
出现更大区域的子菜单。
有什么想法吗?
谢谢,
I'm looking to apply a menubar to my website and was thinking something similar along the lines that some of these high street stores use such as maplin.co.uk or argos.co.uk, diy.com.
Where a much greater area of submenu appears..
Any ideas ?
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一千种方法可以剥这只猫的皮。最简单的方法是构建包含子菜单的单个 div,然后使用菜单 div 上的 .hover() 事件绑定来显示它们。
您还可以使用“megamenu”插件,例如 http://www.geektantra.com/projects /jquery-megamenu/
There are a thousand ways to skin this cat. The simplest is to build the individual div's containing the submenus and then show them using the .hover() event binding on the menu div's.
You could also use a "megamenu" plugin such as http://www.geektantra.com/projects/jquery-megamenu/