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

Can remove border from menu

1 Answer 85 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Nick blank
Top achievements
Rank 1
Nick blank asked on 21 May 2010, 02:49 PM
Hello, I have read through a number of discussions and I can't figure out how to remove this puffy border around my image. I want it to be transparent and match the background. They code I am using is:

 
                                   <telerik:RadMenu ID="NavigationMenu"  runat="server" Visible="True" BorderStyle="None" BorderWidth="0px" BackColor="Transparent" BorderColor="Transparent"  > 
                                        <Items> 
                                            <telerik:RadMenuItem runat="server" ImageUrl="../Images/library_icon.png"  ForeColor="Blue" Font-Bold="true"   BorderStyle="None" BackColor="Transparent" BorderColor="Transparent"   > 
                                             <Items> 
                                                <telerik:RadMenuItem Text="Offers Library" NavigateUrl="../"></telerik:RadMenuItem> 
                                                <telerik:RadMenuItem Text="Earning Summary" NavigateUrl="../"></telerik:RadMenuItem> 
                                               
                                             </Items> 
                                              
                                            </telerik:RadMenuItem> 
                                        </Items> 
                                     </telerik:RadMenu> 

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 26 May 2010, 11:49 AM
Hi Nick,

It seems that the image you use doesn't have transparent background, please check the attached screenshot, it shows that the menu looks ok when using image with transparent background

Best regards,
Yana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Menu
Asked by
Nick blank
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or