- 7
Hi
I need to get going quickly with my project and some help would be appreciated. To get started I just want to swap the standard menu with the dropdown version.
Is it better to put @Html.Action("CategoriesHeaderMenu", "CategoriesHeaderMenu") into _Root.cshtml and then add @Html.Action("SearchBox", "Catalog")into this, or, as I have done so far, to add @Html.Action("SearchBox", "Catalog") into HeaderMenu.cshtml to replace @Html.Action("Menu", "Common").
I am having difficulty getting a straight replacement with the menus right justified as before. Then I can tweak the styles.
Any help would be appreciated.
Rob
I need to get going quickly with my project and some help would be appreciated. To get started I just want to swap the standard menu with the dropdown version.
Is it better to put @Html.Action("CategoriesHeaderMenu", "CategoriesHeaderMenu") into _Root.cshtml and then add @Html.Action("SearchBox", "Catalog")into this, or, as I have done so far, to add @Html.Action("SearchBox", "Catalog") into HeaderMenu.cshtml to replace @Html.Action("Menu", "Common").
I am having difficulty getting a straight replacement with the menus right justified as before. Then I can tweak the styles.
Any help would be appreciated.
Rob