Looking for a navigation sidebar design similar to Outlook for my web application. I have seen options available as Winform controls and through Visual WebGUI, but these are Microsoft-dependent solutions. We need a Javascript & CSS based solution that is server independent. While jQuery's accordion plugin has been used in the past, it does not provide the desired fixed positioning like the Outlook solution.
The key components we require include:
- Title Bar
- Tree Navigation Section
- Section Navigation Buttons at Bottom
- Optional: Compressable Section Navigation Buttons to Single Row
If there is an existing solution out there that meets our needs, we prefer to use that rather than building from scratch. Thank you in advance!