Is there any simple menu control with css like attached image which has already been used in telerik site itself. Please check the attached image that I would like to do the same.
1 Answer, 1 is accepted
0
Kate
Telerik team
answered on 05 Nov 2012, 08:21 AM
Hello Rajendra,
You can check out the different skins that are applied to the RadMenu control in this demo here. If you need to change the color that is applied as a background, you can do so by setting the skin to Metro and using the following css class selector:
div.RadMenu_Metro .rmRootGroup,
div.RadMenu_Metro ul.rmRootScrollGroup {
background-color: green;
}
I would suggest that you refer to the following help articles as well in order to get more information on the various css classes that are applied to our RadMenu control - CSS Skin File Selectors, Tutorial: Creating A Custom Skin.
Greetings,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.