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

RadMenu not Displaying properly

1 Answer 127 Views
Menu
This is a migrated thread and some comments may be shown as answers.
AMS
Top achievements
Rank 1
AMS asked on 08 Oct 2008, 10:58 PM
I have set a menu up to use sitemap and one with just adding items to it from IDE. Set the skin to Telerik and there is weird spacing going on between the items. I can see what seems to be a faint white line in between the borders of the main menu items. The borders seem to be wrong as well on the left and right sides. I tried to see if it was an issue with browsers but both IE7 and FireFox 3.0.1 show the same thing. There is nothing really on this page yet, but it is using site.master file and this is where the menu is located. This is also using the newest version of the menu.

Thanks,
Walter

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 13 Oct 2008, 06:01 AM
Hello Walter,

The skin has been already fixed in the latest builds of Telerik.Web.UI and will be available with the 2008.Q3 release. Until then, you can use the following CSS to fix the problem:

div.RadMenu_Telerik .rmLink
{
    line-height: 14px;
}

Regards,
Alex
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Menu
Asked by
AMS
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or