I am trying to format a rad menu to have the same style as the menu on this page: http://www.missionfoodsfsc.com/Products/Default.aspx.
I have set the flow to horizontal like it says to on the telerik.com support page for rad menu but I'm not having any luck. This is what I have in my code so far:
<dnn:RadMenu runat="server" ID="dnnRADMENU" GroupExpandDirection="Down" Flow="Horizontal" CssClass="header-wrap-content-radmenu-wrap-content"
ExpandAnimationType="OutExpo" Height="63" ExpandAnimationDuration="500" CollapseAnimationType="inexpo"
CollapseAnimationDuration="300" ShowPath="true" SelectedPathHeaderItemCss="focusedItem"
EnableEmbeddedSkins="false" />
What am I doing wrong?
Thanks in advance for any help!
Andrea