Questions tagged as 'menu'

2
answers

How to hide a visible submenu when clicking another menu in JS?

I have the script below to use in a menu. It changes the visibility of a specific element by its ID. Clicking on a main menu opens a submenu. Is there any way to change the script so that when clicking on another menu the previous submenu clo...
asked by 23.01.2014 / 21:45
2
answers

Centralized Menu

I'm having a hard time aligning the text from my menu to the center, so I'm starting to learn how to develop websites. Website Image: Thecodelookslikethis:<center><h1>MeuSite</h1><divid="menu"> <ul>...
asked by 11.05.2016 / 15:16
1
answer

Bootstrap side menu unconfigured in the mobile version

I'm in the fight to make a website and present it in my TCC. I separated the sections of the site (body, head, header, footer ...) into isolated files to be able to move more easily. I took great care to separate all the right elements in each f...
asked by 16.10.2015 / 02:08
4
answers

CSS transitions in expandable menu

Having an expandable menu how to use the CSS transition to open / close at the same time the part that is open and the part you are closing? The problem does not arise if the menus are the same size (example) , but when the size is diff...
asked by 11.12.2013 / 20:01
3
answers

Angular Side Menu

I need to make a side menu that as I click on an item it points to the location of the page where this item is located. An example is this ionic page. If someone has an example to help, I'm very grateful.     
asked by 23.11.2015 / 11:28
3
answers

How to make a Submenu in Action Bar?

There was a need to create a menu with submenu in action bar , equal to this: Couldyouhelpme?MyXMLmenu:<menuxmlns:android="http://schemas.android.com/apk/res/android" xmlns:apk="http://schemas.android.com/apk/res-auto"&...
asked by 13.03.2014 / 13:30
3
answers

In a 3-level menu, how to set a time when the event is mouseout in the second level to the third?

I have a menu with 3 vertical levels (similar to globo.com), my problem is when I I am in the last item of the 2nd level (for example) and move the mouse to the 1st item of the 3rd level, the Hover event on 2nd level is activated and I lose the...
asked by 04.02.2014 / 19:28
1
answer

Menu with space between li's [duplicate]

My menu has spaces between li's. I'm using a reset css, but even though I do not need it I've tried to put margin: 0; and padding: 0; on ul and ul li and it did not work, if you can help me I appreciate it. Here is the code: link     
asked by 22.11.2016 / 14:33
1
answer

Problem with ng-click + menu AngularJS

I have a menu that is populated dynamically: <div ng-controller="menuDinamicoController as vm"> <div ng-show="isAutenticado"> <img src="{{vm.fotoUser}}" id="imagemUsuario" width="50px" /> <label id="nomeUsuario"...
asked by 04.11.2014 / 15:05
2
answers

Why does not this menu work in the mobile version?

I was looking for menu templates / layouts and found that pretty cool, but when I passed google to the cell phone view when I clicked on the menu the 1st ball would come and go, instead of coming all of them and staying there until I clicked t...
asked by 05.05.2015 / 21:37