Questions tagged as 'menu'

3
answers

How to leave the selected menu active with jquery?

I would like to know how to make the selected menu active. Here's how my html code is and js, I think it's not working because when you redirect to the < a>, loses the js, when I use preventDefault works as I wanted, however it does not go...
asked by 30.10.2017 / 11:57
2
answers

Conflict on events with jquery

I have the following code: $('#abre-busca').click(function(event){ event.preventDefault(); $('#menu-principal-sub li').css({'opacity':0}); setTimeout(function(){ $('#menu-principal-sub li').css({'display':'none'});...
asked by 24.01.2017 / 16:32
1
answer

Scroll To negative or at the end of the anchor

This is the following, I have a problem with the Scroll To method. I have a menu that uses position: fixed in css and when you click on it it anchors with the contents until normal if it were not for a problem. The menu has 152px height and as I...
asked by 08.06.2016 / 21:06
3
answers

Menu as facebook

I want to create a menu like the one in the image (similar to facebook) below would anyone know how to develop? how should I look, example tutorials. Thanks!     
asked by 12.06.2014 / 15:14
1
answer

Bootstrap navbar close

Hello, I'm using bootstrap version 4.0 beta-2, and I have a question, how do I close the navbar menu after clicking on an item in the list? By default it is necessary to click on the item and click again on the menu to close it. I found a solu...
asked by 12.11.2017 / 05:02
2
answers

I can not put the link with the ACTIVE function

I have a menu, in my website in wordpress, that when I move the mouse (there) it loads a border in the base, so that's fine, but I can not put the ACTIVE function for when the person is on the page related to the link stay with the border bottom...
asked by 24.02.2017 / 17:27
2
answers

Create menu of options

I need to make a menu of options in my application developed in ionic 2. I've already rolled the documentation and found nothing that would help me. Does anyone know how to do it? Do you have a tutorial or any reference? Thank you very much in a...
asked by 22.06.2017 / 19:08
1
answer

Increase menu width jquery css

Speak up! :) Great, I downloaded a jquery menu from the link . I thought it was really cool. but I can not in any way increase the width of the menu. I have already altered all of the css and jquery, badly when I increase in css the ".pushy" th...
asked by 14.12.2016 / 16:57
2
answers

Links in strip menu

Is it possible to link to some site on the Windows Forms Strip Menu? Ihavethefollowingcodesnippetintheclickofmymenu,butitdoesnotopenthelink.privatevoidmenuSobre_Click(objectsender,EventArgse){WebBrowserwebBrowser1=newWebBrowser();webBrowser1...
asked by 27.01.2017 / 13:32
1
answer

How to solve dropdown menu problem that does not work on android?

I'm learning to program, I've done the whole site, and it's practically the way I wanted it, at first I had problems with IE, the menu did not work at all, I reformulated the menu, I used examples I got on the internet, I understood all the code...
asked by 30.01.2016 / 22:20