menus without javascript? how does that work, boss? my larger task here is to create a user-customizable hierarchical tree structure (which mirrors they way that websites, your hard drive, most information is encoded).
authorized users can login in, add pages (leaves) to a tree and then logout. the tree will then be encoded in a series of menus. all tree nodes that are children of the root will be displayed dynamically as a menu and all grand children and great grandchildren will be submenus and items on the menu. visitors to the page will simply see a header with several menus that can lead them right down into the depths of the website.
obviously, i want it to work under the most austere circumstances and on as many browsers as possible. also, i would really like to find some menus that are smart about where they are....the don't try to display submenus off the page, you don't need to tell them where to display the top level menu, etc. i've seen literally hundreds of menu systems in my search...i just want to find some simple basic thing that satisfies my basic criteria described above.