tags:

views:

14

answers:

1

I will work on site which will have a very large number of categories and subcategories (could go multiple levels deep), coming from the database. All these categories needs to be showing in the home page so users can navigate to their desired categories in one link.

Displaying all of them could be a UI challenge.

Any examples of websites which use multi level menus or navigation systems, while big, are still widely functional and easy to navigate and use?

Any UI frameworks or jQuery UI plugins are welcome. Probably I am looking for a horizontal menu which goes down then right or a treeview which expands multi level?

A: 

check out superfish http://users.tpg.com.au/j_birch/plugins/superfish/

Chris