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

IE8 Menu Border Display Issues

1 Answer 27 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Ryan Means
Top achievements
Rank 1
Ryan Means asked on 19 Feb 2010, 05:14 PM
In IE8 when the RadMenu renders and I have set the .rmRootGroup border to 0px and the body has no margin or padding the text of all of the root menu items except the last menu item is not visible.  However, once I hover over the last menu item all of the other root menu items appear.  This issue does not occur in IE7 or Firefox.

<html xmlns="http://www.w3.org/1999/xhtml">  
<head runat="server">  
    <title></title>  
</head> 
<body> 
    <form id="form1" runat="server">  
    <asp:ScriptManager ID="rsmMain" runat="server" /> 
    <telerik:RadMenu ID="rmScheduleMenu" runat="server" /> 
    </div> 
    </form> 
</body> 
</html> 
 

html  
{  
    margin: 0;  
    padding: 0;  
}  
 
body  
{  
    font-familyVerdana;  
    font-size11px;  
    margin: 0;  
    padding: 0;  
}  
 
.RadMenu_Default .rmRootGroup  
{  
    bordersolid 0px transparent !important;  
}  
 

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 24 Feb 2010, 08:28 AM
Hello Ryan,

I guess that you have some other styles on your page, because I couldn't observe this issue with the provided code.  Could you please send us a live url or a simple page illustrating the problem? Thanks

All the best,
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
Ryan Means
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or