Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"Sidebar Navigation"
Bootstrap 3.3.0 Snippet by
usmanalikr
3.3.0
jQuery
sidebar
navigation
Preview
HTML
CSS
JS
View Full Screen
Forked from
Fork
Fork this
Parent
786
 
0 Fav
Post to Facebook
Tweet this
<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 ----------> <div id="wrapper" data-spy="scroll" data-target="#spy" class=""> <!-- Sidebar --> <div id="sidebar-wrapper" class=""> <nav id="spy"> <ul class="sidebar-nav nav"> <li class="sidebar-brand active"> <a href="#home" class=""><span class="fa fa-home solo">Home</span></a> </li> <li class=""> <a href="#anch1" data-scroll="" class=""> <span class="fa fa-anchor solo">Anchor 1</span> </a> </li> <li class=""> <a href="#anch2" data-scroll="" class=""> <span class="fa fa-anchor solo">Anchor 2</span> </a> </li> <li class=""> <a href="#anch3" data-scroll="" class=""> <span class="fa fa-anchor solo">Anchor 3</span> </a> </li> <li class=""> <a href="#anch4" data-scroll="" class=""> <span class="fa fa-anchor solo">Anchor 4</span> </a> </li> </ul> </nav> </div> <!-- Page content --> <div id="page-content-wrapper" class=""> <div class="content-header"> <h1 id="home" class=""> <a id="menu-toggle" href="#" class="btn btn-menu btn-lg toggle"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> Sidebar Navigation Template </h1> </div> <div class="page-content inset"> <div class="row"> <div class="jumbotron text-center"> <h1 class="">Hello Beautiful!</h1> <p class="">This is a sidebar navigation responsive template built off of Bootstrap 3.0 and simple sidebar template. It includes anchors, scroll spy, smooth scroll, and Awesome icon fonts.</p> <p class=""><a class="btn btn-default">Click On Me!</a> <a class="btn btn-info">Tweet Me!</a> </p> </div> </div> <div class="navbar navbar-default navbar-static-bottom"> <p class="navbar-text pull-left">Built by <a href="#" target="_blank" class="">Michael V Nguyen </a> </p><a href="#" target="_blank" class=""> </a> </div><a href="#" target="_blank" class=""> </a> </div><a href="#" target="_blank" class=""> </a> </div><a href="#" target="_blank" class=""> </a> </div>
#wrapper { padding-left: 250px; transition: all 0.4s ease 0s; } #sidebar-wrapper { margin-left: -250px; left: 250px; width: 250px; background: #000; position: fixed; height: 100%; overflow-y: auto; z-index: 1000; transition: all 0.4s ease 0s; } #wrapper.active { padding-left: 0; } #wrapper.active #sidebar-wrapper { left: 0; } #page-content-wrapper { width: 100%; } .sidebar-nav { position: absolute; top: 0; width: 250px; list-style: none; margin: 0; padding: 0; } .sidebar-nav li { line-height: 40px; text-indent: 20px; } .sidebar-nav li a { color: #999999; display: block; text-decoration: none; padding-left: 60px; } .sidebar-nav li a span:before { position: absolute; left: 0; color: #41484c; text-align: center; width: 20px; line-height: 18px; } .sidebar-nav li a:hover, .sidebar-nav li.active { color: #fff; background: rgba(255,255,255,0.2); text-decoration: none; } .sidebar-nav li a:active, .sidebar-nav li a:focus { text-decoration: none; } .sidebar-nav > .sidebar-brand { height: 65px; line-height: 60px; font-size: 18px; } .sidebar-nav > .sidebar-brand a { color: #999999; } .sidebar-nav > .sidebar-brand a:hover { color: #fff; background: none; } .content-header { height: 65px; line-height: 65px; } .content-header h1 { margin: 0; margin-left: 20px; line-height: 65px; display: inline-block; } #menu-toggle { } .btn-menu { color: #000; } .inset { padding: 20px; } @media (max-width:767px) { #wrapper { padding-left: 0; } #sidebar-wrapper { left: 0; } #wrapper.active { position: relative; left: 250px; } #wrapper.active #sidebar-wrapper { left: 250px; width: 250px; transition: all 0.4s ease 0s; } #menu-toggle { display: inline-block; } .inset { padding: 15px; } }
$(document).ready(function() { /*Menu-toggle*/ $("#menu-toggle").click(function(e) { e.preventDefault(); $("#wrapper").toggleClass("active"); }); /*Scroll Spy*/ $('body').scrollspy({ target: '#spy', offset:80}); /*Smooth link animation*/ $('a[href*=#]:not([href=#])').click(function() { if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') || location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) + ']'); if (target.length) { $('html,body').animate({ scrollTop: target.offset().top }, 1000); return false; } } }); });
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76