ASP.NET - RadMenu styling

This is a followup to the RadMenu post, here we show styling

 

<telerik:RadMenu ID="RadMenu1" runat="server" Width="100%"  EnableEmbeddedSkins="false" >
    <Items>
        <telerik:RadMenuItem runat="server" ExpandMode="ClientSide" Text="Home" NavigateUrl="Default.aspx">
        </telerik:RadMenuItem>
        <telerik:RadMenuItem runat="server" ExpandMode="ClientSide" Text="Accounts Receivable" NavigateUrl="Customer.aspx">
        </telerik:RadMenuItem>
    </Items>
</telerik:RadMenu>

 

/* menu background color and link color */
ul.rmRootGroup {background-color:#c1b052}
ul a { color:white; font-weight:bold
}

 


RealWorldCode gives developers practical, real‑world solutions with clean, working code — no fluff, no theory, just answers.
Links
Home
Knowledge Areas
Sitemap
Contact
Et cetera
Privacy Policy
Terms and Conditions
Cookie Preferences