navbar Questions
4
Solved
I have started learning web programming as a project and I've been having a hard time with getting my links to show as active on the navbar. I did start by looking for similar questions asked in th...
Tourane asked 4/5, 2018 at 10:14
16
Solved
I have this HTML code:
<div class="header">
<div class="desc">Description</div>
<div class="logo"><img src=""/></div>
...
2
Solved
I am trying to make bootstrap nav-bar collapsing work on a mobile device because it doesn't work at all. Please don't offer other dependencies like vue-bootstrap or implementing jquery in the code....
Garamond asked 30/12, 2018 at 9:37
8
Solved
I am using ng-bootstrap in my angular 4 project:
<navbar class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<button aria-controls="navbarsDefault" aria-expanded="false" aria-...
Maebashi asked 21/9, 2017 at 15:47
13
I'm using Bootstrap an it's collapsed Navbar on a one-page website together with a simple scrolling script, so if I click on a single link the page scrolls down to anchor - works great. However the...
Hitherto asked 12/2, 2015 at 8:40
13
Solved
I'm trying to right align a navbar item (Contribute) within a navbar.js but I can't seem to figure it out. The navbar is a React component and looks like the following,
navbar.js here
import Reac...
Tacnaarica asked 18/2, 2017 at 5:9
8
Solved
<div class="collapse navbar-collapse">
<ul class="nav pull-right">
<li class="active"><a href="#">О нас</a></li>
<li><a href="#">Как это работае...
Sanitarium asked 30/5, 2014 at 8:3
15
In Bootstrap, what is the most platform-friendly way to create a navigation bar that has Logo A on the left, menu items in the center, and Logo B on the right?
Here is what I've tried so far, and...
Ignite asked 1/11, 2013 at 18:54
7
Solved
I use a Navbar as a component on page, which uses Router to change the content. Everything is working fine, so far. But I can´t figure out, how I can set the state of the links in the Navbar to act...
17
I want to know how to change the color of the links when you hover over them in the nav bar, as currently they are an ugly color.
Thanks for any suggestions?
HTML:
<div class="container">
...
Jitney asked 18/5, 2013 at 15:35
5
Solved
I created a react app with 'create react-app'.
I am trying now to add a navbar from Reactstrap. I do copy-paste from Reactstrap (I am adding this as one react component) website:
import React fro...
Kropotkin asked 4/2, 2019 at 16:28
2
Solved
I am trying to develop a full-screen app with 2 main activities: LoginActivity and DashboardActivity.
LoginActivity has only the UI for user input to login like Username and password. In this scree...
Mig asked 17/12, 2016 at 13:13
3
Solved
Why my unselectedLabelStyle does not work to me?
after save my changes with textStyle attribute in this unselectedLabelStyle nothing will change to me :/
class _NavBarState extends State<NavBar...
11
Solved
I've been stuck in this for a long time. Searched and tried many ways to remove the border color for the BS4 hamburger icon when clicked on it (in my local, it appears as Yellow. In this snippet, I...
Boots asked 3/6, 2018 at 16:34
2
This nav bar with logo image in the middle works really well on larger screens but on smaller screens, everything disappears including logo image (and the hamburger fails to be displayed) Does anyo...
Wozniak asked 12/2, 2017 at 14:19
7
Solved
I have copied a navbar HTML code from https://www.codeply.com/go/qhaBrcWp3v
Example 6:
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="d-flex flex-gr...
Hermon asked 11/12, 2020 at 14:51
2
Solved
I'm trying to add an external link to the tab panel title in a shiny navbar. The link itself works fine, but it moves the tab with the link into a separate row.
How can I include a link and mainta...
7
Solved
So I'm following a tutorial online (http://www.sitepoint.com/twitter-bootstrap-tutorial-handling-complex-designs/) and following the code exactly, but for some reason, my navbar is not appearing th...
Rheology asked 22/2, 2014 at 18:50
10
I am a new ASP.NET Web Forms developer and trying to use Twitter Bootstrap with the Master Page. I am struggling with setting navbar item as active when user selects it. I created my simple master ...
Mchail asked 1/8, 2013 at 3:1
4
I am trying to figure out how can I apply styling to a react bootstraps NavBar.
Added jsfiddle here. https://jsfiddle.net/pdqzju1e/1/
Having some issue in running the jsfiddle with react-bootstrap....
Alvarado asked 13/12, 2016 at 0:35
5
I've recently been using Twitter Bootstrap, and I've been loving it.
I've created a navbar that is fixed to the top, and inside it is my logo, a header, a few links, and a dropdown that says "Jump...
Phosphocreatine asked 4/2, 2014 at 13:4
11
I'm having a play around with Bootstrap 4, more specifically the navbar menu. Is there is a way I can make the little navbar toggle button align to the right of the page rather than have it floatin...
Kerbing asked 14/12, 2016 at 22:12
8
I just finished making my home/index.html page. To keep the nav bar where it is, and have it stay while users click through all my pages. Do I have to copy and paste the nav code to the top of each...
4
The Goal:
1) Make the status bar transparent - Done
2) Make the BottomNavigationView and the Navbar the same color. - Almost Done
The Problem
By adding the following code in my Activity, the st...
Mckown asked 12/9, 2018 at 12:5
9
Solved
I would like, when in mobile view, for the menu icon (defined with class icon-bar in the bootstrap basic navbar example) to change to an X shape (Something similar to what happens here: https://www...
Spitsbergen asked 31/1, 2015 at 1:45
1 Next >
© 2022 - 2024 — McMap. All rights reserved.