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

menu upside-down

1 Answer 109 Views
Menu
This is a migrated thread and some comments may be shown as answers.
DDarko
Top achievements
Rank 1
DDarko asked on 22 Nov 2011, 07:54 AM
I would like to place the menu at the bottom of the page. That would be opened up and the arrows were in the opposite direction.

1 Answer, 1 is accepted

Sort by
0
Accepted
Kamen Bundev
Telerik team
answered on 22 Nov 2011, 11:29 AM
Hi,

Currently such scenario is not supported by our Menu. If you position it close to the bottom border of the page, the boundary detection will open the menu upwards, but it will be positioned relatively to the page. You can force the positioning to be bottom based, like this:
#menu {
    position: fixed;
    bottom: 0;
    left: 0;
}
#menu .k-animation-container {
    bottom: 25px !important; /* Modify accordingly */
    top: auto !important;
}

You can also vote for direction support in our uservoice page here.

Best wishes,
Kamen Bundev
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
DDarko
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or