The idea is to provide a navigation menu that looks like old tabs on the file folders - when you slid open the filing cabinet drawer there were the tabs on the files to guide you. The widget will list as many levels as you have however two or three looks the best. Four is okay. If you have a deeper structure, consider single level global navigation, plus a breadcrumb menu, with a fold pages style menu at the side. Only the siblings of the current ancestors are shown. It is intended to be styled horizontally.
Features
Tested and Validated
The plugin has been tested on wordpress 2.5 and 2.6. The Css and the html produced have been validated by the w3c validator. The CSS has been tested on IE 7 and Firefox 2. It is fairly standard CSS. Please let me know if any problems are experienced.
If you have just widgetized your theme’s header, you may need to also switch off the list style for the high level ul. eg: div.sidebar ul { list-style-type: none; }. If your theme already allowed for widgets then hopefully it’s styling already provided a suitable style for all div’s of a class sidebar.




