This is a migrated thread and some comments may be shown as answers.

radmenu with image

1 Answer 72 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Sanjeev
Top achievements
Rank 1
Sanjeev asked on 03 Oct 2012, 11:07 AM
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

Sort by
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.
Tags
Menu
Asked by
Sanjeev
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or