I'm looking to create a menu bar similar to those found in desktop applications using xhtml and javascript.
I don't mind using a framework like jQuery (in fact I'm already using jQuery for other behaviour in the app), but I'd like to avoid using a plugin or an external js solution (the idea is to keep it as light and as tightly-controlled as possible). Any suggestions?
Update: I want to avoid using heavy libraries like YUI, hopefully keeping it as light as possible and with as much control over the source as possible. I've played around with this before, but the biggest problem seems to be getting onclick (as opposed to hover) events to work as intended.