"Dropdown Menu Icons"
Bootstrap 3.2.0 Snippet by hardikguj

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div id="wrap">
<nav class="navbar navbar-default" role="navigation" style="margin-bottom: 0;">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-bootsnipp-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="animbrand"><a class="navbar-brand" href="http://bootsnipp.com">Bootsnipp</a></div>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-bootsnipp-collapse">
<ul class="nav navbar-nav">
<li class=""><a href="http://bootsnipp.com"><span class="glyphicon glyphicon-home"></span> Home</a></li>
<li class="dropdown ">
<a href="http://bootsnipp.com/snippets" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-list"></span> Snippets <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class=""><a href="http://bootsnipp.com/snippets/featured"><span class="glyphicon glyphicon-star"></span> Featured</a></li>
<li class="divider"></li>
<li class=""><a href="http://bootsnipp.com/tags"><span class="glyphicon glyphicon-tags"></span> Tags</a></li>
<li class="divider"></li>
<li class="dropdown-header">By Bootstrap version:</li>
<li><a href="http://bootsnipp.com/tags/3.2.0"><span class="label label-info tip">3.2.0</span></a></li>
<li><a href="http://bootsnipp.com/tags/3.1.0"><span class="label label-info tip">3.1.0</span></a></li>
<li><a href="http://bootsnipp.com/tags/3.0.3"><span class="label label-info tip">3.0.3</span></a></li>
<li><a href="http://bootsnipp.com/tags/3.0.1"><span class="label label-info tip">3.0.1</span></a></li>
<li><a href="http://bootsnipp.com/tags/3.0.0"><span class="label label-info tip">3.0.0</span></a></li>
<li><a href="http://bootsnipp.com/tags/2.3.2"><span class="label label-info tip">2.3.2</span></a></li>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: