Closed nasihere closed 8 years ago
[http://www.jqueryscript.net/demo/jQuery-CSS3-Sliding-Menu-Using-Navigation-Drawer-Drawer/]
need to take drawer.css , drawer.js and add html drawer to body.
open & close drawer: just switch body drawer-open or drawer-close class.
@media screen and (max-width: 767px) { nav ul li a{ font-size: 14px; padding:16px;
} nav ul li a:hover{ background-color: #2B3E50; } .row-offcanvas { -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
position: absolute;
z-index: 999999;
left: 0px;
background: #485563;
} .row-offcanvas-right .sidebar-offcanvas { right: -41.6%; }
.sidebar-offcanvas { position: absolute; top: 0; width: 41.6%; }
padding-top:0;
} }
[http://clineamb.github.io/bootstrap-drawer/#]