Most voted "nav-bar" questions
60 questions
Sort by count of
-
0
votes1
answer460
viewsNav-tabs nested
Friends I have a Nav-bar that is calls a Nav-tabs1 and I would like there to be another Nav-tabs2 only that when entering all the options that are called after by Nav-bar do not stay on Nav-tab1, it…
-
0
votes1
answer528
viewsHow do I create this navbar?
I want to make my Nav-bar equal to that one. I want to leave, a room in the middle of the Nav-bar, I have no idea how to do that. My code now: <!DOCTYPE html> <html lang="en">…
-
0
votes1
answer349
viewsBootstrap 4 - Fixed Navbar with White Background
I’m in trouble because I can’t keep my Navbar on a white background when she goes from 400px down. I want it transparent at the beginning and after 400px it gets a white background.Ps: I want to…
-
0
votes1
answer43
viewsWhy does Navbar persist even after the page change?
I made a Flutter screen using Cupertino, which by clicking on the "drive" field would open a "Drive" screen to choose the drive, but the Navigationbar that was used on one screen is being passed to…
-
0
votes1
answer31
viewsCAROUSEL not aligned with NAVBAR
bold text <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">…
-
0
votes0
answers19
viewsHow can I make my dropdown menu "close"/"rise" properly
was making a menu for a website (school work), but I found a problem: When it is on small screen it creates that sandwich icon and when it is triggered the menu appears in the form of normal…
-
-1
votes2
answers856
viewsCentralize Nav with Materializecss
Hello, I’m running a lab with the use of Materializecss, but I’m having trouble centralizing the menu(Nav) of the page. Can anyone help? See the link http://www.equipasub.com.br/teste/ Thank you.…
-
-1
votes1
answer57
viewsI would like to apply an animation in <Nav>. I would like to make it appear by clicking . menu_burger, from left to right
const menuBtn = document.querySelector('.menu-btn'); let menuOpen = false; menuBtn.addEventListener('click', () =>{ …
-
-1
votes2
answers465
viewsHide a Navbar item in React JS according to the page
I am new to using React, I took courses in Alura, but many doubts remain because it is something very new for me. I have a login page, this login page is using a Header that is used in all other…
-
-3
votes1
answer220
viewsSubmenu Bootstrap in Jquery for Typescript
I am starting my studies with Typescript and I am trying (and need) to modify a code that I found ready, which is in Jquery. But I need it all in Typescript, but I’m not able to make it work yet.…