my dropdown-menu-button doesn't display as it should… any idea?
-
Hi!
i would like to creat a button-dropdownmenu-like as follow
<div class="dropdown"> <button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Dropdown Example <span class="caret"></span></button> <ul class="dropdown-menu"> <li><a href="#">HTML</a></li> <li><a href="#">CSS</a></li> <li><a href="#">JavaScript</a></li> </ul> </div>
this was displaying properly for some minutes of test, and since, doesn’t anymore, and i don’t get why… i see now one grey button, and then tree links strait on my page instead of a dropdown menu.
any idea what i should do to make it work?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘my dropdown-menu-button doesn't display as it should… any idea?’ is closed to new replies.