Questions tagged [navbar]

The portion of HTML and XML that deals directly with page navigation

A navigation bar or (navigation system) is a section of a website or online page intended to aide visitors in travelling through the online document.

source: http://en.wikipedia.org/wiki/Navbar

6050 questions
1
vote
2 answers

Logo won't show on nav bar

HTML and CSS aren't really my primary thing, I'm more back-end. But I still understand it enough to make websites. I'm trying to get my logo on the left side of the nav bar, just like we see on stack overflow. But it won't show, and I just can't see…
user7858210
1
vote
4 answers

Where to add a script that acts on the scrolling action?

I am trying to make a div visibe only after a certain scroll length. There are already some threads here on Stackoverflow about it and so I have tried to use the suggested scripts listed in the answers, but no one of them seems to work. So, I…
Antonio
  • 11
  • 2
1
vote
1 answer

Bootstrap Navbar has strange hairline border

i have tried everything to get rid of this bloody hairline, including the techniques from this post and this post but no soap. here's an image of what i am dealing with: it crosses the entire header of the page and for the love of everything…
WhiteRau
  • 818
  • 14
  • 32
1
vote
0 answers

"jumping" content in navbar in bootstrap

Edit2: Okay, the problem was, that I used a
around the
tag. Strange. Could someone explain why it is? I'm pretty new to bootstrap and created a web page for learning purposes. Everything is working pretty…
user3793935
  • 411
  • 5
  • 22
1
vote
1 answer

Bulma navbar dropdown menu opening in the navbar with scroll bar

So I made a navbar dropdown menu, (http://bulma.io/documentation/components/navbar/) which works, but I want it to drop the menu outside of the navbar, so you don't have to scroll it inside of the navbar. Want it to like freefall on top of the other…
Sykt Norsk
  • 109
  • 3
  • 10
1
vote
1 answer

How to Make Navigation Buttons Mobile-Responsive and Collapse in Order?

I have been trying for hours with different methods to get my navigation buttons to be mobile-responsive and collapse in a specified vertical order. I want the nav buttons to collapse in a vertical column below the two logos, once the screen size is…
codebwoy
  • 145
  • 3
  • 20
1
vote
2 answers

Simple Margin Collapse issue

Ok, my background is mostly on back end development, and this is because I really and greatly suck at styling stuff. I leave that to other people in my team. But right now I am having a small margin collapse issue that I do not seem to understand.…
1
vote
4 answers

How to implement a right navbar in flutter?

The flutter scaffold shows a right navbar, but I suppose there is no right nav widget. How do I implement a right navbar with scaffold in flutter? Flutter Scaffold Image
Hemanth Raj
  • 32,555
  • 10
  • 92
  • 82
1
vote
4 answers

load php code with jquery on navbar

This is my case : i'm trying to inject a php code into a div thanks to a navbar. But nothing changes. When i click on a link "li" it is supposed to load it's own php's page. For example if i click on "Print" it will show the "print.php" Thank you…
Rabah
  • 75
  • 8
1
vote
1 answer

Divide navbar in columns for Bootstrap

Problem: I would like to make two parts of a navbar in Bootstrap 4 Beta to be exactly the same size and the rest in the center. Column 1 contains the brand. Column 2 contains links and the content should be center. Column 3 contains a search…
kexxcream
  • 5,873
  • 8
  • 43
  • 62
1
vote
2 answers

Fill the page horizontaly with a menu

So, I have this menu: What can I do to the menu fill horizontally the entire page? Am I using the wrong bootstrap classes? It just fills a part of the page. Can someone teach me what to do here? ul { list-style-type: none; …
Kali
  • 561
  • 1
  • 8
  • 22
1
vote
2 answers

Bootstrap: navbar-colapse div enters navbar

this is my problem: collapse problem As You can see my navbar-collapse div enters navbar area. Could You please help me fix it?
svyatogor92
  • 113
  • 1
  • 2
  • 7
1
vote
0 answers

bootstrap responsive navbar conflicts with reponsive-tabs

Hi I have bootstrap responsive tabs (using scripts from www.github.com/vtimbuc/bootstrap-responsive-tabs) on a page of my site and at the same time I'm using bootstrap responsive navbar. In mobile view when I click the navbar toggle buttton the menu…
1
vote
0 answers

onSystemUiVisibilityChange listener not called after rotation as should

im pulling my hair on this. What I want to do is system ui + my views toggling with total fullscreen (statusbar and navbar hidden + immersive_sticky) -- By default I want the ui to be hidden, i.e. just content showing. This seems to be a ridiculous…
urSus
  • 12,492
  • 12
  • 69
  • 89
1
vote
0 answers

CSS .navbar scrolling issue

I have an issue with my .navbar. In the first image, I changed the paddings of text and logo and this is what I want. first image While scrolling my hover effects changes my navbar's paddings. And finally, the real problem, after scrolling down…
ouzozn
  • 11
  • 1
1 2 3
99
100