0
Link is not working in dropdown-toggle button in nav bar (Header menu), when i click dropdown list is working but the link is not working. The link is "Product.html" but its not go to the product page.링크는 <code><a></a></code> 태그 내부의 추가 폐쇄 <code></span></code> 태그를 제거하기 위해 드롭 다운-전환에
<a href="product.html" class="dropdown-toggle" data-toggle="dropdown" title="product">Product<span class="fa fa-angle-down dropdown-arrow"></span></span></a>
''태그가 추가로 닫혀있을 수 있습니다. – dariru