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

stretch menu hoverover issue

1 Answer 35 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Jains
Top achievements
Rank 1
Jains asked on 04 Feb 2010, 08:28 PM
I need to stretch the menu which I have but when you hoverover there is a vertical line which I can't remove. I've research and tried everything I can find and need to desparately complete this.

 <table width="994px" cellpadding="0" cellspacing="0" border="0">  
        <tr> 
            <td width="50px" class="tdBackgroundBlueLeft">  
                &nbsp;  
            </td> 
            <td width="894px" class="tdtop_bot_thin_blue">  
                <div class="CustomItem">  
                    <telerik:RadMenu ID="RadMenu1" runat="server"  Width="780px" Skin="Web20"   EnableEmbeddedSkins="true"   
                        BackColor="White" Style="text-align: justify" BorderWidth="0" BorderColor="White">  
                        <Items> 
                            <telerik:RadMenuItem Text="home" Font-Size="13px" Font-Bold="True" ForeColor="Navy" 
                                Style="text-align: justify; text-indent: 10px" BackColor="White" BorderWidth="0px" 
                                BorderColor="White" Font-Names="Arial" NavigateUrl="Default.aspx">  
                            </telerik:RadMenuItem> 
                    
                            <telerik:RadMenuItem Text="about us" IsSeparator="false" Font-Size="13px" Font-Bold="True" 
                                ForeColor="Navy" Style="text-indent: 20px" BackColor="White" BorderWidth="0px" 
                                BorderColor="White" Font-Names="Arial">  
                                 
                                <Items> 
                                    <telerik:RadMenuItem Width="250px" Text="market leadership" ForeColor="Navy" Style="border-top: none !important;  
                                        border-left: none !important; border-bottom: none !important; border-right: none !important"> 
                                         
                                    </telerik:RadMenuItem> 
                                </Items> 
                            </telerik:RadMenuItem> 
                          
                            <telerik:RadMenuItem Text="our team" Font-Size="13px" ForeColor="Navy" BackColor="White" 
                                Style="text-indent: 20px" BorderWidth="0px" Font-Bold="True" Font-Names="Arial">  
                              
                                <Items> 
                                    <telerik:RadMenuItem Width="250px" Text="administration" Style="border-top: none !important;  
                                        border-left: none !important; border-bottom: none !important; border-right: none !important"  
                                        ForeColor="Navy">  
                                     
                                    </telerik:RadMenuItem> 
                                </Items> 
                            </telerik:RadMenuItem> 
                             
                            <telerik:RadMenuItem Text="our services" Font-Size="13px" ForeColor="Navy" BackColor="White" 
                                Style="text-indent: 20px" BorderWidth="0px" Font-Bold="True" Font-Names="Arial">  
                                
                                <Items> 
                                    <telerik:RadMenuItem Width="250px" Style="border-top: none !important; border-left: none !important;  
                                        border-bottom: none !important; border-right: none !important" ForeColor="Navy" 
                                        Text="market research">  
                                        
                                    </telerik:RadMenuItem> 
                                </Items> 
                            </telerik:RadMenuItem> 
                          
                            <telerik:RadMenuItem Text="case studies" Font-Size="13px" ForeColor="Navy" BackColor="White" 
                                Style="text-indent: 20px" BorderWidth="0px" Font-Bold="True" Font-Names="Arial">  
                               
                            </telerik:RadMenuItem> 
                             
                            <telerik:RadMenuItem Text="knowledge center" Font-Size="13px" ForeColor="Navy" BackColor="White" 
                                Style="text-indent: 20px" BorderWidth="0px" Font-Bold="True" Font-Names="Arial">  
                               
                                <Items> 
                                    <telerik:RadMenuItem Width="250px" Style="border-top: none !important; border-left: none !important;  
                                        border-bottom: none !important; border-right: none !important" ForeColor="Navy" 
                                        Text="advisor insights  ">  
                                     
                                    </telerik:RadMenuItem> 
                                </Items> 
                            </telerik:RadMenuItem> 
                        </Items> 
                    </telerik:RadMenu> 
                </div> 
            </td> 
            <td width="50px" class="tdBackgroundBlueRight">  
                &nbsp;  
            </td> 
        </tr> 
    </table> 

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 05 Feb 2010, 06:50 AM
Hi Jains,

This forum is for RadMenu for Silverlight.

Sincerely yours,
Vlad
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
Menu
Asked by
Jains
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or