Super drop down menu with images and text details [closed]
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,
Telerik makes a Rad Combobox, that lets you stuff pretty much whatever you want into a drop down easily. If you are working with Silverlight or WPF, you can roll your own very easily as well by defining an item template and applying it to a combobox, since you can embed controls inside other controls through XAML.
There's this popular drop down menu in ThemeForest.
It doesn't look exactly like the one you posted but it seems very versatile.
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
精彩评论