totallytech Posted April 17, 2015 Share Posted April 17, 2015 Hey All, I'm wondering if someone can help.... I'm trying to make my template have normal dropdowns in the menu structure. The header.tpl has this <ul class="nav"> <li class="dropdown"><a id="Menu-Services" class="dropdown-toggle" data-toggle="dropdown" href="#">{$LANG.navservices} <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a id="Menu-Services-My_Services" href="clientarea.php?action=products">{$LANG.clientareanavservices}</a></li> {if $condlinks.pmaddon}<li><a id="Menu-Services-My_Projects" href="index.php?m=project_management">{$LANG.clientareaprojects}</a></li>{/if} <li class="divider"></li> <li><a id="Menu-Services-Order_New_Services" href="cart.php">{$LANG.navservicesorder}</a></li> <li><a id="Menu-Services-View_Available_Addons" href="cart.php?gid=addons">{$LANG.clientareaviewaddons}</a></li> </ul> </li> </ul> I've cleaned it all so there are no classes for dropdowns and removed the data-toggle etc but its not showing a dropdown, its just showing a list of links... Am I going mad? 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted April 17, 2015 Share Posted April 17, 2015 i think need to make dropdown menu opened with mouse hover instead of click, right? if this is the case, then you can easily make some changes in CSS to make this happen 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.