Most voted "sidebar" questions
8 questions
Sort by count of
-
2
votes6
answers4771
viewsHow to use Materialize side-Nav?
Good morning, I’m trying to make a responsive menu for my portfolio, I’m using the do materialize but when I put it fixed the side-Nav of the mobile version Uga, it gets all dark and not to click on…
-
1
votes1
answer519
viewsRemove Scroll Fixed from sidebar
I have this code that when the scroll moves it fixes the sidebar in the top, until then it is correct now I need that when the sidebar approaches the footer, be applied a scroll bottom, or something…
-
1
votes1
answer1414
viewsImplementing Grid Bootstrap 4 and Sidenav
Hey there, fellas. I’m doing a little project and I’m having difficulty using grid and sidenav bootstrap, I want to make a fixed menu side, no responsiveness with 30% of the screen size and the…
-
1
votes0
answers452
viewsSet a sidebar
I have two components, a form and a sidebar, I want to let my sidebar stay fixed on the screen and when I add data in the form and saving as I insert the sidebar do not "move". At this link (…
-
1
votes1
answer391
viewsHow to use Collapse in bootstrap?
<html lang="pt-br"> <body> <?php include_once 'header.php'; ?> <?php if(!isset($_SESSION["email"]) || !isset($_SESSION["senha"])){ header("Location: logar.php"); exit; }else{ }…
-
0
votes2
answers2379
viewsFixed side vertical menu with limited scrolling
How do I make a menu like that of Wordpress that is vertical, fixed and has a scrolling of its own that is limited to its ends: var last_scroll; In wordpress the element div gets a "position:Fixed"…
-
0
votes0
answers172
viewsControl sidebar Angularjs
Good morning guys. I’m new to the forum and the world of web programming. I took some courses of Angularjs I am developing my first application and a question arose as to the code I am using. I need…
-
0
votes1
answer193
viewsPage content in a sidebar
I’m venturing into frontend, I’m struggling as I put the contents of a page on a sidebar example: if I click 'profile' the profile content appears on the side if you click 'flight' the contents of…