ShifaMicrotechSupport / shifa-online

Shifa Repertory Online
3 stars 1 forks source link

Website: Drawer Menu #16

Closed nasihere closed 8 years ago

nasihere commented 8 years ago

[http://clineamb.github.io/bootstrap-drawer/#]

nasihere commented 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.

nasihere commented 8 years ago

@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%; }

sidebar {

padding-top:0;

} }