- 13
Hi, I'm using the code you left as comment in the MegaMenu.cshtml for creating a dropdown for the Topics but the dropdown is not working, the menu items are visible and clickable all the time.
The code I use is
<li>
<span title="Topics">Onderwerpen</span>
<ul class="sublist">
@foreach (var topic in Model.Topics)
{
<li><a href="@Url.RouteUrl("Topic", new {SeName = topic.SeName})" title="@topic.Name">@topic.Name</a></li>
}
</ul>
</li>
I'm not a css guru :-) and can't seem to find the problem.
Regards, Machiel Broekman
The code I use is
<li>
<span title="Topics">Onderwerpen</span>
<ul class="sublist">
@foreach (var topic in Model.Topics)
{
<li><a href="@Url.RouteUrl("Topic", new {SeName = topic.SeName})" title="@topic.Name">@topic.Name</a></li>
}
</ul>
</li>
I'm not a css guru :-) and can't seem to find the problem.
Regards, Machiel Broekman
Machiel Broekman
ISES Softpack
Netherlands
ISES Softpack
Netherlands