2,539 questions
Score of 0
0 answers
97 views
Text horizontally next to an image on a navbar
<nav class="navbar navbar-expand-lg bg-transparent "> <!--bg-body-tertiary*/-->
<div class="container-fluid">
<a class="navbar-brand m-3" >&...
Score of 1
1 answer
92 views
Navbar in Angular not loading pages
I've got a nav bar in my Angular app. But when I click on the different navigational elements it does not reload the page to the other content on the navbar.
I think it is the routerLink= part.
I am ...
Score of 2
0 answers
100 views
problem with flutter cupertino_native navbar
There is template code, where nav items doesnt display correctly
The last separated icon is too compressed, it doesn't display completely, and long titles are cut off after 2-3 letters and...
It looks ...
Score of 1
4 answers
139 views
Why is my header moved to the right and not centered?
I am building my first website and cannot figure out why the header moved to the right. This is my first time doing something like this and just making the navbar took me a while but when I add the ...
Score of 2
1 answer
77 views
Why is my dropdown-menu not connecting and disappearing?
Image of navbar.
So I'm making a navbar for my class, but the dropdown isn't connecting, and it disappears the moment I move to click. If I tab, I can hit Enter to go to the pages. I tried creating a ...
Score of 0
0 answers
59 views
Can't figure out a href # data-tab tabs
I'm referencing another site to replicate their switchable tab system, but it doesn't seem to work on my end.
<div class="small">
<div class="nav-list">
...
Score of 0
1 answer
146 views
How to have a pop-up for a download on my navbar?
I am looking to have a pop-up when someone clicks on my download button on my navbar, but I have been having problems when trying to make it work.
Here's an example website. (rubberduckvba.com) I can'...
Score of 1
3 answers
88 views
How do I fill the width evenly? [duplicate]
I wanted to put border that separates the elements on a simple navigation bar. But the border is appearing on wrong place.
* {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: ...
Score of -2
1 answer
65 views
Mobile navbar does not automatically close afer clicking a link inside the navbar
I created a responsive mobile navbar with a toggle button. One can open and close the toggle button by clicking on it. However when the links inside the mobile navbar are clicked, the page scrolls ...
Score of -1
1 answer
100 views
I have a problem in my multi-level nav menu css is there anyone can help me?
My sub menu showing in same row with its parent i want to display it from top mean no gap from the top for each submenu ul.
It is right now working good just the gap need to remove from the to like ...
Score of 0
1 answer
78 views
Dropdown navigation doesn't work on mobile devices (JavaScript, HTML, CSS)
I built a navigation using JS and SCSS. On desktop it works totally fine, also some mobile devices like Galaxy S10 show the dropdown menu. But most other mobile devices do nothing when I click the nav ...
Score of 0
1 answer
60 views
Boostrap Nav Tabs using anchor links to show tab
Currently using bootstrap 5.0 (just straight html/css) and am having trouble figuring how to get an anchor link to open up a tab.
<div class="tab-content" id="tabContent">
&...
Score of 0
1 answer
169 views
How to activate bootstrap dropdown menu item by pressing keyboard key
Bootstrap 5 navbar contains dropdown menus.
Dropdown menus have underlined hotkeys like a,n,s,e :
<div class="btn-group">
<button type="button" class="btn btn-...
Score of 0
1 answer
55 views
Navbar hovering font color in listed items
I have a navbar on a website, of which I want the background color to be yellow and the text black. When having a mouse over an item, the background would be black and the text yellow.
My problem is ...
Score of 1
1 answer
82 views
How do I select first item in nav list of hover underline list items effects to stay underlined?
I want the first item in a list in my navigation to stay underlined, and the rest to underline on hover, with the first item only not underlining until I hover on another list item. I have already ...