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

[Solved] submenus on the left?

1 Answer 86 Views
Menu
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Daniel Collier
Top achievements
Rank 1
Daniel Collier asked on 20 Apr 2010, 06:08 PM
For a normal horizontal menu, Is there a way to make submenu items display on the left instead of on the right of the dropdown menu?

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 21 Apr 2010, 12:58 PM
Hello Daniel,

Yes you can, using the following CSS:
.t-menu .t-animation-container, .t-menu .t-group {
    position: absolute;
    right: 0;
}

If you want the behavior for specific menu items, target the CSS for them.

Sincerely yours,
Alex Gyoshev
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
Daniel Collier
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or