Sorry for the delay, this question slipped by me earlier. Yes, the Menu does support a property called "OnlyExpandActive", which will show only the children of the currently active parent. This does mean you have to click on the parent first though. If you can create the kind of menu you want with static html, css, and/or javascript you could also turn it into a dynamic menu (one that loads the DotNetNuke pages) by using the new Template type of menu. |