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

sub menu item list too long

3 Answers 85 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Clive Hoggar
Top achievements
Rank 1
Clive Hoggar asked on 12 Mar 2009, 06:23 PM
Hi

I have a horizontal menu, with one of the submenu that contains so many items that on some screens some of the items
are off the bottom and can't be reached.  However the vertical spacing is fairly large by default and could be
reduced. How do I set the line height?

I have tried this in the CSS file but it does nothing..
div.RadMenu_Black .rmChildGroup .rmItem {  
line-height: 70% !important; 

I can do it with a style item-by-item but that adds a lot of extra stuff in the page.

Thanks for help

Clive

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 16 Mar 2009, 02:22 PM
Hello Clive,

I suggest you use the following styles in order to reduce the height of the vertical menu:

.RadMenu_Black .rmGroup .rmLink {
   line-height: 18px !important;
}

Best regards,
Yana
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
mark
Top achievements
Rank 1
answered on 01 Feb 2010, 08:31 AM
Hello,

can the list of menu items scroll or have an extension arrow ?

Regards
mark
0
Peter
Telerik team
answered on 01 Feb 2010, 11:21 AM
Hi mark,

Yes, RadMenu supports scrolling. Please, refer to this demo:

http://demos.telerik.com/aspnet-ajax/menu/examples/functionality/scrolling/defaultcs.aspx


Best wishes,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Menu
Asked by
Clive Hoggar
Top achievements
Rank 1
Answers by
Yana
Telerik team
mark
Top achievements
Rank 1
Peter
Telerik team
Share this question
or