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

Vertical Menu

1 Answer 234 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Helen
Top achievements
Rank 1
Helen asked on 16 Mar 2012, 11:02 AM
Hi Is there a way to make the menu vertical?

Thanks~

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 16 Mar 2012, 12:25 PM
Hello Helen,

You can remove the items' float style in order to make the Menu vertical:

.myHorizontalMenu .k-menu .k-item
{
    float:none;
}

myHorizontalMenu is a CSS class applied to a parent element of the Menu. Note that since this behavior is still not supported out of the box, the first-level groups will continue to open downwards, not to the right.

Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Menu
Asked by
Helen
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or