Is it possible to have a horizontal submenu (binding to the sitemap)? And show only the submenu items when the parent is selected.
(see attachment).
If not, can we achieve this with 2 separate menus?
Thanks,
Koen
1 Answer, 1 is accepted
0
Georgi Krustev
Telerik team
answered on 30 Jan 2012, 03:39 PM
Hello Martin,
As I said in the support thread on the same subject:
You can achieve this behavior with some CSS modifications:
<style type="text/css">
.t-menu .t-animation-container,
.t-menu .t-group
{
width: auto!important;
}
ul.t-menu .t-group .t-item
{
display: inline-block;
}
</style>
Regards,
Georgi Krustev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now