"Nav Account Manager"
Bootstrap 3.1.0 Snippet by BhaumikPatel

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.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.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 class="container">
<div class="row">
<div class="col-md-12">
<div class="navbar-wrapper">
<div class="container">
<div class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span><span
class="icon-bar"></span><span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Project name</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="#">Home</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Account
<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<div class="navbar-content">
<div class="row">
<div class="col-md-5">
<img src="http://placehold.it/120x120"
alt="Alternate Text" class="img-responsive" />
<p class="text-center small">
<a href="#">Change Photo</a></p>
</div>
<div class="col-md-7">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 20;
margin-top: 20px;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
padding-left: 0;
padding-right: 0;
}
.navbar-wrapper .navbar {
padding-left: 15px;
padding-right: 15px;
}
.navbar-content
{
width:320px;
padding: 15px;
padding-bottom:0px;
}
.navbar-content:before, .navbar-content:after
{
display: table;
content: "";
line-height: 0;
}
.navbar-nav.navbar-right:last-child {
margin-right: 15px !important;
}
.navbar-footer
{
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments:

hi all!
how can i download the code and makeit fully work???
what libaries do you use?

thanks in advanced

ynon () - 7 years ago - Reply 0


Thank you for your code. Is most interesting for my and community.

Mac91 () - 8 years ago - Reply 0


How do i download the full source code?
I only can see the HTML and CSS but can't see the library like Js and other used on the proyect.

Isaac Rosario Duran () - 8 years ago - Reply 0


not responsive at phone resolution. Please update accordingly

Bennie Wentzel () - 9 years ago - Reply 0


Its a shame that it isnt responsive, looks really bad on smaller screens

Anonymouse () - 10 years ago - Reply 0


Feel free to make it better!

maxsurguy () - 10 years ago - Reply 0


Good code. i used this code along with adding css part. But when i click account that drop down doesnt work. Any idea why

Ishanka () - 10 years ago - Reply 0


Hola que tal, me gusto tu trabajo, basado en el tuyo acabo de subir uno, gracias por tu aporte !!! :)

stevgam () - 10 years ago - Reply 0


se muy bueno, pero no es responsive... de todas formas gracias por compartir

miuler089 () - 11 years ago - Reply 0


Love this! I'll work to see if I can get this to work on mobile on my side.

Travis Layne () - 11 years ago - Reply 0


Shame it disappears as soon as you click it :(

Dan Aldridge () - 11 years ago - Reply 0


Thank you very much! AWESOME! :)

JonMagon () - 11 years ago - Reply 0