I would like to have one of those little context menus that drop down, but I don't really want to have to muck about specifying the length and width and what not. I am hoping that it is posible to nest some divs in such a way that the browser can handle the layout...
Actually, for the layout to work the child menus have to be positioned absolutely to avoid causing a change in the layout whenever a submenu is dropped down... I guess that I'll just have to place the menus using javascript to get the rendered sizes.
I think that is can be done; I just have to mess with creating the hierarchy...