i added a Radmenu in my asp.net image. instead of default text for menu, i added images. but i am seeing a border of real menu around image. i am not getting 2 menu items close together. a screenshot is attached. please give me a solution how to remove this border
1 Answer, 1 is accepted
0
Boyan Dimitrov
Telerik team
answered on 08 Oct 2012, 09:55 AM
Hello Sanjeev,
You can hide the default RadMenu border using a css rule in your style sheet:
<style type="text/css">
.RadMenu .rmRootGroup.rmHorizontal {
border:none;
}
</style>
I hope this was helpful.
Kind regards,
Boyan Dimitrov
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.