Questions tagged as 'nav-bar'

1
answer

How to change the color of navbar ios

I'm developing an application, I'd like the navigation bar to have the same body color as the project, I'm trying with the following code UINavigationBar.appearance().barTintColor = UIColor.redColor() This code works, changes to red...
asked by 19.08.2016 / 01:09
2
answers

Minimal Hover Menu - The Right Way

In the example below we have an interesting menu, with a effect hover, which follows the mouse and its items. Everything is very beautiful and works well. The problem is that this menu is set to default dimensions, so you can not add more item...
asked by 16.03.2018 / 19:39
1
answer

Show div only after passing a second section

How do I show a div only after the scroll passes a certain #id? <div class="row" id="menufixo"> <!-- TODO ADICIONAR CLASS navbar-fixed-top PARA MANTER MENU NO TOPO --> <div class="col-md-12"> &...
asked by 16.07.2015 / 18:00
1
answer

Navbar with upper margin when adding position: absolute; in a text

Good morning everyone. When I change the position of the text to top of the site to position:absolute; my nav bar has a slight margin at the top. how can I resolve this? var TxtType = function(el, toRotate, period) { this.toRot...
asked by 04.05.2018 / 17:15
1
answer

Making my menu work on all pages

On my system, I have a menu that works perfectly, however I'm trying to include a dropdown, with more links, the dropdown works only when I'm on the menu page, when I'm on other pages, the dropdown does not work. Example: When I open the menu.ph...
asked by 15.06.2018 / 14:12
1
answer

Centralization of navbar

I'm trying to align this search bar in the middle, but the button is not beside it. If you can help me, thank you in advance. <divclass="row"> <div id="custom-search-input"> <form action="#"...
asked by 16.11.2018 / 19:16
1
answer

Problem aligning navbar on the right

Hello, I'm new to css and I'm having trouble trying to align the buttons on my right% with%; so I can put a logo on the left. Here's my code! .menu, .menu ul li { margin: 0; padding: 0; } .menu {...
asked by 30.04.2018 / 12:47
2
answers

Open a certain tab by clicking the navbar link

I have a navbar that has several links to the same page that has 3 tabs. I need to click on a navbar item it opens the page with the specific tab selected. Itriedtodothis(butitdidnotwork): $("#menu").click(function(){ $("#dados-capa")....
asked by 31.10.2017 / 17:37
2
answers

Creating NavBar to Test Responsive Site

Hello, I find this strange question to explain, but I'll try my best not to take negative feedback haha, come on. Status: I have a website, in it I present other website templates, I would like to apply a navbar, with my logo, some buttons th...
asked by 23.03.2016 / 17:09
2
answers

Create navbar with centralized search field

Trying to make a nav bar with a centralized search field .. I even managed to do more I believe I'm not in the best shape, because when I open a smartphone it's strange ... Below is my code. <div class="top_nav"> <div clas...
asked by 03.09.2018 / 02:49