What is name of this drop down menu found at http://bit.ly/NHDSSH
When you hover over “Products” and then hover over for example “Hand pallet trucks”, there will be shown submenu that I’m looking for.
Does it even have a name? Similar script would be fine as well 🙂
From the source it looks like the menu uses the RadControl toolset, which my quick searching reveals that it’s an ASP.NET (and maybe others) toolset that doesn’t seem to use jQuery.
Based on the functionality on that page, the vertical menu is sliding down and then the horizontal sub-menu, which starts off hidden and with a negative left position is animated by sliding left to
left:0.I would describe it as horizontal sliding submenu.
Closest starting point I could find is http://www.myjqueryplugins.com/jMenu/demo but you would definitely need to customise it to slideLeft instead of down on the submenu.