
UnorderedListAsDropDownMenu

written by Matthias Platzer
@ http://www.knallgrau.at
(c) 2004

This JavaScript creates dropdown menus out of <ul> unordered lists.
Many javascripts are dealing with this issue, but a lot tend to rely on complex html, or even js code to create a menu structure, which doesn't conform to the w3c Accessibility Initiative nor it is readable for developers and site maintainers.

Originaly this script was developed for a web project by http://www.knallgrau.at and is herby made public to encourage developers and site creators to use and extend it.

If you find this script useful, have some ideas or even better some extensions, sytlesheets or patches please contact me at matthias AT knallgrau.at.

If you don't want to use JavaScript and accept limitations to Mozilla and just one hierarchie level, you should also read this article on A List Apart: http://www.alistapart.com/articles/dropdowns/

