• 0

asp:menu selected item?


Question

How do I make current page menu item as selected item with ASP and CSS? This uses menu styles from my CSS but I can't seem to figure out how to make ASP menu to use selected item from CSS.

Site.master

<asp:Menu DataSourceID="SiteMapDataSource1" ID="NavigationMenu" runat="server" CssClass="menu" EnableViewState="false"
                    IncludeStyleBlock="false" Orientation="Horizontal">
                </asp:Menu>
 <asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" 
                ShowStartingNode="False" />

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.