Closed (works as designed)
Project:
Bootstrap
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 May 2013 at 07:35 UTC
Updated:
16 May 2013 at 12:37 UTC
I developing at the moment my homepage and see that on homepage two main menu items are active. See here http://neofelis.de
Comments
Comment #1
markhalliwellThat is because you have linked the first two top level menu items to the front page. See the
hrefattribute for these top level items. This isn't a bug, marking as "works as designed".<a data-target="#" data-toggle="dropdown" class="dropdown-toggle active" title="Einblick" href="/">Einblick <span class="caret"></span></a><a data-target="#" data-toggle="dropdown" class="dropdown-toggle active" title="Überblick" href="/">Überblick <span class="caret"></span></a><a data-target="#" data-toggle="dropdown" class="dropdown-toggle" title="Einblick" href="/einblick">Einblick <span class="caret"></span></a>