I have implemented a tree menu (see http://new.capco.com ) but I would like the menu to autoexpand as the user hovers over an item (i.e. when they hover over a parent item, the child items are displayed).
I see this is the default behaviour in the horizontal drop-down menus, but it does not seem to operate on my menus.
This is not my area either, but the tree menu is designed to open on click, that is part of the programming in the module I believe. I don't think you can get it to open onmouseover. The whole purpose of a treemenu is to shift everything down, meaning if you click item two, all the items below it will shift downand remain visible while the submenu for two is open right below two. There wouldn't be anyway to get that function on mouseover as far as I can see.