I have a menu in my masterpage that is bound to a siteMapDatasource that has the following layout:
Home
MenuItem1
MenuItem2
MenuItem3
SubMenuItem1
SubMenuItem2
SubMenuItem3
the SubMenuItems pop-up when the mouse hovers over MenuItem3.
Here's my problem. Whenever I click on one of the links all of the menuItems disappear except for the MenuItem I clicked on. How can I set it to always show the complete menu?
Home
MenuItem1
MenuItem2
MenuItem3
SubMenuItem1
SubMenuItem2
SubMenuItem3
the SubMenuItems pop-up when the mouse hovers over MenuItem3.
Here's my problem. Whenever I click on one of the links all of the menuItems disappear except for the MenuItem I clicked on. How can I set it to always show the complete menu?