I have put in all the files that are Mentioned...I have a Menu Positioned where is want it to be,Created a . Skin File...But mine looks nothing like the Enhanced Menu that is shown in the Example(Not Basic)....
On the Main.Master i have this:
asp
:Menu ID="MainNav" runat="server" DataSourceID="SiteMapDS" SkinID="MainNav" Orientation="Horizontal" CssSelectorClass="PrettyMenu" />
<asp:SiteMapDataSource runat="server" ID="SiteMapDS" ShowStartingNode="false" />
& I have this Which Produces the Same look as the Top one
<
div class="AspNet-Menu" id="Reg">
<div class="AspNet-Menu-Horizontal">
<ul class="AspNet-Menu">
<li class="AspNet-Menu-WithChildren">
<a href="Registration.aspx?goto=Registration" class="AspNet-Menu-Link" title="Registration">
Registration
</a>
</li></ul></div></div>
They look like Normal Links and not like the Enhanced Examples or even the Basic Examples for the Menu...Now i'm not sure what i'm missing,if i'm needing some C# Code or what...
Click "Mark as Answer" on the post that has helped you.
The Member that helped you gets Credit and you earn points. Mark the Thread as Resolved so members know you have been helped..