Hello,
I am trying to implement a two level menu control. Brand new to EO (just purchased license this week). I read the following forum item and was able to get "most" of the way there:
http://www.essentialobjects.com/forum/postst3536_Web-Menu-Submenu-goes-out-of-the-controol.aspxI have a couple of minor things about the way I would like the UI to work, but I'm having a couple of more major issues right now (after implementing the code as recommened in the above post):
1) When loading the page, ALL of the dynamically created child menus are visible. After mousing over each top level menu item, they all disappear (except for the last one moused over). I'm sure I have to set the style to display:none by default, but I am having trouble figuring out where I should be doing that at.
2) Currently, clicking on any of the sub-menu items does nothing (when it should navigate me to the item I clicked). I am getting no JavaScript error, just nothing.
I am using a SiteMapDataSource. So my child menus are being created dynamically.
I can provide existing code if needed, just let me know (didn't want to clog up this post if not needed).