Hey,
Am doing some navigation on a site and the Categories Drop Down menu is exactly what I am after. However, I have used the code from the EE documents and changed style=“liner” to style=“nested” and there is no changes. I have parent categories and one level of child categories. In the drop down, then child categories are not indented to show that they come under the parent, then are just on the same level at the parent.
Am I missing a setting somewhere?
EE version 2.5.2
<form name="catmenu" action="">
<select name="selcat">
<option value="">--Select Category--</option>
{exp:channel:categories channel="products" style="nested"}
<b><option value="{path='departments'}">{category_name}</option></b>
{/exp:channel:categories}
</select>
</form>Any help would be appreciated.
Regards
Steve