
Originally Posted by
webopius
This is actually pretty straightforward to do and I've just done a similar menu for a UK company using AspDotNetStorefront.
1. Create an independent 'menu' XML package, initially containing some static HTML menus for testing only. Get this working with your master template to replace any existing menu.
2. Get the CSS working so that each menu drops down correctly as you hover, has the right z-index and layout across all browsers
3. Add in dynamic retrieval into your menu XML package to retrieve the menu titles first (categories)
4. Add in dynamic retrieval for the sub-menus (start with the basic sub-categories)
5. Finally, add in the category specific graphics, or even top selling products into each menu drop down, all by enhancing the menu XML package.
Adam