Posted on: 8/12/2014 12:52:24 AM | Views : 404

Hey guys,
I have code that on the selected item in a sitemap menu, it will change the background color.
 
<asp:Menu ID="Menu1" runat="server" ItemWrap="true" DataSourceID="SiteMapDataSource1" StaticHoverStyle-BackColor="#6699cc" DynamicHorizontalOffset="0" Orientation="Horizontal" StaticSubMenuIndent="10px" RenderingMode="Table" StaticEnableDefaultPopOutImage="false" CssClass="HyperLinkBlueNonUnderline"> <StaticSelectedStyle BackColor="#c2c2c2" /> <DynamicSelectedStyle BackColor="#c2c2c2" /> <StaticMenuItemStyle BorderColor="Bla ...

Go to the complete details ...