"Bootsnipp Navbar with Search"
Bootstrap 3.3.0 Snippet by mouse0270

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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 ----------> <nav class="[ navbar navbar-fixed-top ][ navbar-bootsnipp animate ]" role="navigation"> <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="#bs-example-navbar-collapse-1"> <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 ][ animate ]" href="#">Bootsnipp</a> </div> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="[ collapse navbar-collapse ]" id="bs-example-navbar-collapse-1"> <ul class="[ nav navbar-nav navbar-right ]"> <li class="[ visible-xs ]"> <form action="http://bootsnipp.com/search" method="GET" role="search"> <div class="[ input-group ]"> <input type="text" class="[ form-control ]" name="q" placeholder="Search for snippets"> <span class="[ input-group-btn ]"> <button class="[ btn btn-primary ]" type="submit"><span class="[ glyphicon glyphicon-search ]"></span></button> <button class="[ btn btn-danger ]" type="reset"><span class="[ glyphicon glyphicon-remove ]"></span></button> </span> </div> </form> </li> <li><a href="#" class="[ animate ]">About</a></li> <li> <a href="#" class="[ dropdown-toggle ][ animate ]" data-toggle="dropdown">Resources <span class="[ caret ]"></span></a> <ul class="[ dropdown-menu ]" role="menu"> <li><a href="#" class="[ animate ]">Blog <span class="[ pull-right glyphicon glyphicon-pencil ]"></span></a></li> <li><a href="#" class="[ animate ]">List of resources <span class="[ pull-right glyphicon glyphicon-align-justify ]"></span></a></li> <li><a href="#" class="[ animate ]">Download Bootstrap <span class="[ pull-right glyphicon glyphicon-cloud-download ]"></span></a></li> <li class="[ dropdown-header ]">Bootstrap Templates</li> <li><a href="#" class="[ animate ]">Browse Templates <span class="[ pull-right glyphicon glyphicon-shopping-cart ]"></span></a></li> <li class="[ dropdown-header ]">Builders</li> <li><a href="#" class="[ animate ]">Form Builder <span class="[ pull-right glyphicon glyphicon-tasks ]"></span></a></li> <li><a href="#" class="[ animate ]">Button Builder <span class="[ pull-right glyphicon glyphicon-edit ]"></span></a></li> </ul> </li> <li class="[ dropdown ]"> <a href="#" class="[ dropdown-toggle ][ animate ]" data-toggle="dropdown">Snippets <span class="[ caret ]"></span></a> <ul class="[ dropdown-menu ]" role="menu"> <li><a href="#" class="[ animate ]">Featured <span class="[ pull-right glyphicon glyphicon-star ]"></span></a></li> <li><a href="#" class="[ animate ]">Tags <span class="[ pull-right glyphicon glyphicon-tags ]"></span></a></li> <li class="[ dropdown-header ]">By Bootstrap Version</li> <li><a href="#" class="[ animate ]">3.2.0</a></li> <li><a href="#" class="[ animate ]">3.1.0</a></li> <li><a href="#" class="[ animate ]">3.0.3</a></li> <li><a href="#" class="[ animate ]">3.0.1</a></li> <li><a href="#" class="[ animate ]">3.0.0</a></li> <li><a href="#" class="[ animate ]">2.3.2</a></li> </ul> </li> <li><a class="animate" href="#register">Register</a></li> <li><a class="animate" href="#login">Login</a></li> <li class="[ hidden-xs ]"><a href="#toggle-search" class="[ animate ]"><span class="[ glyphicon glyphicon-search ]"></span></a></li> </ul> </div> </div> <div class="[ bootsnipp-search animate ]"> <div class="[ container ]"> <form action="http://bootsnipp.com/search" method="GET" role="search"> <div class="[ input-group ]"> <input type="text" class="[ form-control ]" name="q" placeholder="Search for snippets and hit enter"> <span class="[ input-group-btn ]"> <button class="[ btn btn-danger ]" type="reset"><span class="[ glyphicon glyphicon-remove ]"></span></button> </span> </div> </form> </div> </div> </nav>
.animate { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .navbar-bootsnipp { background-color: rgb(255, 255, 255); border-color: rgb(95, 176, 228); border-radius: 0px; margin-bottom: 0px; z-index: 100; } .navbar-bootsnipp:nth-of-type(2) { border-top-width: 1px; z-index: 50 } .navbar-bootsnipp.affix-top { position: absolute; top: 0px; width: 100%; } .navbar-bootsnipp.affix { top: 0px; width: 100%; } .navbar-bootsnipp .navbar-toggle .icon-bar { background-color: rgb(95, 176, 228); } .navbar-bootsnipp .navbar-brand { color: rgb(95, 176, 228); font-weight: 900; letter-spacing: 2px; } .navbar-bootsnipp .navbar-nav > li > a { border: 0px solid rgb(95, 176, 228); color: rgb(120, 120, 120); padding: 15px 14px; } .navbar-bootsnipp .navbar-nav > li > form > .input-group > input, .navbar-bootsnipp .navbar-nav > li > form > .input-group > .input-group-btn > .btn { border-radius: 0px; } .navbar-bootsnipp .navbar-nav > li:not(.disabled).open > a, .navbar-bootsnipp .navbar-nav > li:not(.disabled).active > a, .navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:hover, .navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:focus { border-left-width: 5px; color: rgb(95, 176, 228); padding-left: 10px; } .navbar-bootsnipp .navbar-nav > li.disabled > a { color: rgb(200, 200, 200); } .navbar-bootsnipp .navbar-nav > li > .dropdown-menu { border-radius: 0; margin-right: -1px; min-width: 220px; padding: 0px; } .navbar-bootsnipp .navbar-nav > li:not(.dropdown-right) > .dropdown-menu { left: 0px; margin-left: -1px; right: auto; } .navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li > a { border-left: 0px solid rgb(95, 176, 228); color: rgb(120, 120, 120); font-size: 16px; font-weight: 400; padding: 10px 20px; white-space: nowrap; } .navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li.active > a, .navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li > a:focus { background-color: rgb(245, 245, 245); border-left-width: 5px; padding-left: 15px; } .navbar .bootsnipp-profile > a { padding-bottom: 9px; padding-top: 9px; } .navbar .bootsnipp-profile > a > img { border-radius: 50%; width: 32px; } .navbar .bootsnipp-profile > .dropdown-menu { width: 320px; } .navbar .bootsnipp-profile > .dropdown-menu > li > .row { padding: 5px 15px; } .navbar .bootsnipp-profile > .dropdown-menu > li > .row img { width: 100%; } .navbar-bootsnipp .bootsnipp-search { display: none; } .navbar-bootsnipp .bootsnipp-search .form-control { background-color: rgb(235, 235, 235); border-radius: 0px; border-width: 0px; font-size: 24px; padding: 30px 0px; } .navbar-bootsnipp .bootsnipp-search .form-control { background-color: rgb(235, 235, 235); border-radius: 0px; border-width: 0px; font-size: 24px; padding: 25px 0px; } .navbar-bootsnipp .bootsnipp-search .form-control:focus { border-color: transparent; outline: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn { padding: 14px 16px; border-radius: 0px; } .navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn.active, .navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn:hover, .navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn:focus { padding: 14px 16px 14px 15px; } .navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn-default { background-color: rgb(245, 245, 245); } .nav-padding { padding-top: 61px; } @media screen and (min-width: 768px) { .navbar-bootsnipp .navbar-brand { font-size: 20px; height: auto; padding: 15px 5px; } .navbar-bootsnipp .navbar-nav > li > a { font-size: 16px; letter-spacing: 1px; } .navbar-bootsnipp .navbar-nav > li:not(.disabled).open > a, .navbar-bootsnipp .navbar-nav > li:not(.disabled).active > a, .navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:hover, .navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:focus { border-bottom-width: 5px; border-left-width: 0px; padding-bottom: 10px; padding-left: 14px; } .navbar-bootsnipp .navbar-nav > li.disabled > a { padding-left: 10px; padding-right: 10px; } .navbar-bootsnipp .bootsnipp-search { background-color: rgb(235, 235, 235); display: block; position: absolute; top: 100%; width: 100%; -webkit-transform: rotateX(-90deg); -moz-transform: rotateX(-90deg); -o-transform: rotateX(-90deg); -ms-transform: rotateX(-90deg); transform: rotateX(-90deg); -webkit-transform-origin: 0 0 0; -moz-transform-origin: 0 0 0; -o-transform-origin: 0 0 0; -ms-transform-origin: 0 0 0; transform-origin: 0 0 0; visibility: hidden; } .navbar-bootsnipp .bootsnipp-search.open { -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -o-transform: rotateX(0deg); -ms-transform: rotateX(0deg); transform: rotateX(0deg); visibility: visible; } .navbar-bootsnipp .bootsnipp-search > .container { padding: 0px; } }
$(function() { $('a[href="#toggle-search"], .navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn[type="reset"]').on('click', function(event) { event.preventDefault(); $('.navbar-bootsnipp .bootsnipp-search .input-group > input').val(''); $('.navbar-bootsnipp .bootsnipp-search').toggleClass('open'); $('a[href="#toggle-search"]').closest('li').toggleClass('active'); if ($('.navbar-bootsnipp .bootsnipp-search').hasClass('open')) { /* I think .focus dosen't like css animations, set timeout to make sure input gets focus */ setTimeout(function() { $('.navbar-bootsnipp .bootsnipp-search .form-control').focus(); }, 100); } }); $(document).on('keyup', function(event) { if (event.which == 27 && $('.navbar-bootsnipp .bootsnipp-search').hasClass('open')) { $('a[href="#toggle-search"]').trigger('click'); } }); });

Related: See More


Questions / Comments:

thank before it, very hopeuly...

but, why i can creat text to seacrh in search form can't view text ? thanks

ricky yusuf () - 6 years ago - Reply 0


Im having trouble installing this to my html and css files? any tips to make this work? i added them in new html / css documents, wheres the link? or would you recommend adding this straight into our website document? :)

shaun funnell () - 6 years ago - Reply 0


how can I use this to my web site menu?

김영미 () - 7 years ago - Reply 0


This is a great idea in theory, however it needs some work. It would be great to see an implementation with just the navbar and just the search box so you can differentiate between all the stuff you need for just the search box and everything else. I may work on that myself.

Bryan Pollard () - 7 years ago - Reply 0


Is there an admin on this site that responds to people's complaints???

eugenetoyo` () - 7 years ago - Reply 0


Hello, i tried to integrate the collapsible search in my nav-bar, but it isn't working. Please is there an additional plug-in i need to use or something because i can't seem to find my way round the code. Thanks

eugenetoyo` () - 7 years ago - Reply 0


You need to have jQuery and Bootsrap's javascript on the page in order to make it work!

maxsurguy () - 7 years ago - Reply 0


i want to use this template, but i cant fix the errors, i have tried many time, kindly need help, as soon as possible !!

Amir Khan () - 7 years ago - Reply 0


Hi, this script is great, but works only on Chrome. Fix for IE and Firefox (may 2016 version)

Alyssa Aly () - 7 years ago - Reply 0


Hi there, thanks for this. It works great accept there are a few minor bugs for the desktop search in latest FF and IE 11 where you cannot see the Placeholder text. Best is to amend the following classes:

.navbar-bootsnipp .bootsnipp-search .form-control - reduce padding and add margin top 5px.

.navbar-bootsnipp .bootsnipp-search .form-control:focus - reduce padding and add margin right 5px

Then important!
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn - add position relative and z-index to put that annoying focus glow that bleeds into the red X button behind it!

Now it works perfectly!

Marcelive () - 8 years ago - Reply 0


Thanks for this! I also added the following lines to remove the X button in IE when the text box has focus.

.navbar-bootsnipp .bootsnipp-search input[type=text]::-ms-clear {
display: none;
}

Candi () - 7 years ago - Reply 0


Can you send me the code rectified? i can't see the padding and margin on :focus, there are not.

Thank you very much

Aarón Parres López () - 7 years ago - Reply 0


Thank's you very much irs very nice work

Soulane95 () - 8 years ago - Reply 0


Love it! Can i use it in my webpage?

Juan Navarro () - 8 years ago - Reply 0


Of course you can!

maxsurguy () - 8 years ago - Reply 0


i want to use this template, but i cant fix the errors, i have tried many time, kindly need help, as soon as possible

Amir Khan () - 7 years ago - Reply 0


awesome sir awesome

Frizzy JD () - 8 years ago - Reply 0