Hi there, i have the tag prefix named Menu on my user control (.ascx), and on the page i have two menu, one of them is called by doing this:
<dnn:MENU runat="server" id="dnnSOLPARTMENU" rootonly="true" level="root" />
the second is called by doing this:
<dnn:MENU runat="server" id="dnnSOLPARTMENU2" level="child" />
I have a menu as follows:
Home > About Us (Home is top level, and about us is second level)
When i upload the skin i get the result that i want, BUT the home menu still has the dropdown visible, even though i have level="root" and when i click on the About Us link, the entire second level menu dissapears.
I have been looking all over the forums for some leadway, but could not find any, so i started this post.
REALLY would appreciate some help on this, urgent.
The site in question is: http://xyz.loadedtech.com.au
Thanks