grafic.web 0 Newbie Poster

Hi there, i just copy the css of the YETY layout and everything works fine but i have a proble to apply the dropdown menu on my MVC link....

i have the following link :

@Html.ActionLink("Collection Hair", "Index", "Styles", null, new { @class = "navbar-brand" })

and i would love to make it working with this style :

<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>

How can i do?