Questions tagged as 'nav-bar'

1
answer

How do I create this navbar?

I want to leave my nav-bar the same as this . I want to leave, a division in the middle of the nav-bar, I have no idea how to do this. My code now: <!DOCTYPE html> <html lang="en"> <head> <head> <meta ch...
asked by 23.08.2018 / 05:15
0
answers

Prevent Scroll Bar on Navbar on Materializecss

I'm using Materializecss in a project, so far so good. It turns out that I'm not able to make a stop with the scroll bar. How do I prevent the scroll bar from climbing, entering, going over the navbar? so that it only scrolls the div content...
asked by 15.08.2018 / 05:06
2
answers

How to call a modal page in a navbar in the bootstrap?

I'm developing a site which I need to call a modal in the submenu of a bootstrap navbar, however, the file in php with the page I'd like to call is in a different folder than the navbar file. I searched a lot of sites and found a way that did no...
asked by 25.05.2018 / 23:46
1
answer

nav-tabs nested

Friends I have a nav-bar which is called a nav-tabs1 and I would like it to have another nav-tabs2 just that when I enter all the options that are called after the nav-bar does not stay in the nav-tab1, it is open empty and goes to nav-tab2....
asked by 30.05.2018 / 18:03
0
answers

Fade in and out on sticky navi

I'm trying to make my sticky navigation, I've been looking for, but I have no idea how I can add a fadein from top in navigation when it comes time for it to appear ... I want the navigation when it appears, that it appears with a fade in fro...
asked by 09.05.2018 / 19:54
3
answers

How to change right after scrolling on navbar

Hi, I have a jquery plugin that I want to use. I have a jquery plugin that I want to use. : <script type="text/javascript"> $(window).on('scroll', function(){ if($(window).scrollTop()){ $('nav').addClass('color');...
asked by 25.02.2018 / 17:11
1
answer

How do I insert the active class depending on the page the user is on?

I have this code: function showNavbar(){ echo "<ul class='nav nav-list'> <li class='active'> <a href='index.php'> <i class='menu-icon fa fa-tachometer'></i> <span class='...
asked by 01.08.2017 / 17:23
1
answer

Throw a collapse button through the menu

In the page I'm developing, the contents are all hidden by the bootstrap collapse class. As it is a Single Page, I would like my menu to go to your own section and then display the content without having to click the button. I'll put an examp...
asked by 05.07.2017 / 20:31
5
answers

center a nav menu [duplicate]

How can I centralize this menu? ul{ margin: 0; } ul { list-style: none; } a { text-decoration: none; } .clearfix:after { display: block; content: " "; clear: both; } #site-navigation { background-color: #111; bord...
asked by 18.07.2017 / 14:18
1
answer

How to make slidingown and navbar slideup when scrolling on page

Hello, I am a beginner in jQuery and I am trying to configure the navbar of my site so that when it scrolls down, the navbar is hidden and there is only one button to open the navbar, and when you scroll up to the maximum that button invisible. I...
asked by 03.03.2016 / 14:31