How can I implement a drop down clickable icon menu using Twitter BootStrap?
I am prettyn new in Twitter BootStrap and I have the following problem. I know that BootStrap provide a drop down menu, something like this: http://getbootstrap.com/components/#dropdowns-example Implementing in this way: <div class="dropdown"> <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true"…