Most voted "menu" questions
A menu is a user interface engine that provides the user with a means to view and perform application operations. The tag can be used for any technology involving menus.
Learn more…263 questions
Sort by count of
-
12
votes2
answers5931
viewsHow to hide a visible sub-menu by clicking on another JS menu?
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…
-
7
votes2
answers216
viewsMenu Centralized
I’m having many difficulties to align the text from my menu to the center, I’m now starting to learn how to develop websites. Screenshot: The code is like this: <center> <h1>Meu…
-
6
votes1
answer953
viewsBootstrap side menu not configured in mobile version
I’m fighting to make a website and present it on 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…
-
5
votes4
answers2572
viewsExpandable menu CSS transitions
Having an expandable menu like using the CSS transition to open/close at the same time the part that is open and the part that is closing? The problem does not arise if the menus are the same size…
-
5
votes3
answers419
viewsIn a menu of 3 levels, how to set a time when the event is mouseout on the second level to the third level?
I have a menu with 3 levels vertically (similar to the globe.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, Hover…
-
5
votes3
answers4187
views -
5
votes3
answers895
views -
5
votes1
answer535
viewsProblem with ng-click + Angularjs menu
I have a menu that is filled in dynamically: <div ng-controller="menuDinamicoController as vm"> <div ng-show="isAutenticado"> <img src="{{vm.fotoUser}}" id="imagemUsuario"…
-
5
votes2
answers1057
viewsAngular route link does not work on bootstrap
Person I’m having problem in the menu. The links made in Bootstrap are not bringing my angular routes. If I put the command in the navigation bar goes well. I’ve researched several things and…
-
5
votes2
answers457
viewsAdjust text color in submenu
I took over a site to continue the development, but I have a legacy problem, I’m not able to leave the text black when the user hovers over a menu option. For example, when hovering over the…
-
5
votes2
answers832
viewsHow to align text in a "mobile" menu using the "select" tag
I have a website (structuraonline.com.br) Responsive and when I access the menu on a PC simulating a mobile device the text is aligned to the center but when accessing using a mobile device itself…
-
5
votes1
answer811
viewsMenu with space between li’s
My menu has spaces between the li’s. I’m using a reset css, but even though I didn’t need to already tried to put margin: 0; and padding: 0; na ul and ul li and it didn’t work, if you can help me I…
-
4
votes1
answer378
viewsdiv that does not exceed certain limits
Well, on that link :: http://voky.com.ua/crostini/ there is a menu that when loading the page is not fixed at the top of the screen, but when descending the page a little this menu appears and is…
-
4
votes2
answers844
viewsWhy does this menu not work in the mobile version?
I was looking for some menus/layouts templates and found that very cool, but when I googled to the mobile view when I clicked on the menu the 1st ball came and went, instead of seeing all of them…
-
4
votes1
answer119
viewsHow to change a menu item after it has already been created?
The following I create a menu through the onCreateOptionsMenu method,. @Override public boolean onCreateOptionsMenu(Menu menu) { getMenuInflater().inflate(R.menu.filter_menu, menu); mMenu=menu…
-
4
votes3
answers7717
viewsOpen and Close div using the same Javascript button
I would like to make a menu appear and disappear (with fadein and fadeOut) using the same button, which in the case is a button with class ". hamburger" and I’m not sure how to do. Ps: I would like…
-
4
votes3
answers910
viewsClose the Bootstrap dropdown by clicking on another dropdown in the same menu?
The menu needs to remain open while I click anywhere on the document or screen, however, when I click on the dropdown of a second menu, it should close the previous one, and also need to open and…
-
4
votes3
answers106
viewsProblems closing menu by clicking links
Guys I made a website onepage is in this link, it has a fixed menu on the side that opens when it is clicked but is the following in these links there are anchors that when they are clicked the site…
-
4
votes2
answers3823
viewsResponsive menu using Bootstrap
I am wanting to make a fixed menu using booststrap, in such a way that it is responsive; that is, when decrease the screen the menu becomes an icon. However, when I lower the viewport screen the…
-
4
votes2
answers1250
viewsHow to close menu by clicking outside or anywhere on the page?
Could someone help me get this menu to close when clicking outside, or anywhere on the page? 'Cause it’s closing just by clicking .button menu.…
-
3
votes2
answers325
viewsMenu that moves by coordinates
I’m making this site but I can’t do two things: the menu has to move to the contents as I click on the options when the upload page has to appear centered along with the menu where you have…
-
3
votes1
answer2570
viewsWork with Struct and print problem, change Struct and delete Struct
I have a work at the college to do that consists of creating a structure of "Library Register"(cataloging code, name of the work, name of the author, publisher, donated works of each area, number of…
-
3
votes3
answers1135
viewsBootstrap navbar dropdown focus control menu after click
Situation I have a navbar on my site, and in it I have several dropdown menus / megamenus. I need that when clicked on this dropdown, the user has the option to "scroll" the page up and down with…
-
3
votes1
answer119
viewsSorted list with next element on the right when it does not fit
I am creating a menu where I will have several buttons. To align the buttons I use a simple ordered list. I want to know if there is any way that, when no more buttons fit within the maximum height…
-
3
votes1
answer232
viewsRemove white bar from the top of the layout
I installed Prestashop 1.6.0.9 and came a white bar at the top of the layout. Please, how to remove this bar?…
-
3
votes1
answer369
viewsFirst letter of menu underlined for shortcut - WPF
I am trying to put a shortcut on my system menu in WPF. In Windows form, just change the text property by putting the "&" before, but in WPF does not use "text" but "content" Somebody help me?…
-
3
votes6
answers1855
viewsHow to create link with Hover showing strokes on the sides
What I wish to do I want to create a menu and for each link I want to apply an effect "Hover". When the user hovers the mouse will be shown strokes to the sides of the link. Image Example Follows…
-
3
votes1
answer4920
viewsBuilding Customizable ASP.NET MVC Menu
I have a menu in my application, but I need to add a configuration screen where the system administrator selects the menu and chooses whether to enable or disable the menu item, for all users of the…
-
3
votes1
answer52
viewsside menu with left margin
I have a div central and a div to put the menu. The problem is that it is with a left margin that I can not take out in any way. I believe it is due to the style of the UL.…
-
3
votes1
answer1343
viewsHow to reposition menu bar below header?
I am editing a Wordpress theme and would like to reposition the menu just below the image of header, however, how to do this in CSS? The site is not yet hosted on the web. I am modifying the theme…
-
3
votes3
answers2921
viewsShow and hide content in Javascript (Menu)
Good morning Guys, I’m having a big question. I have the following code: <div class="nav"> <ul class="menu"> <li class="mnativo"><a href="#"><i class="fa…
-
3
votes0
answers450
views -
3
votes2
answers129
viewsMinimal 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 with…
-
3
votes1
answer96
viewscreation of CSS menu
Hello, would you like to know the easiest way to create an HTML menu by CSS? I tried to make one here and it really didn’t work. <!DOCTYPE html> <html> <head lang="pt-br"> <meta…
-
3
votes2
answers83
viewsFit li:Dropdown Menu
I got a CSS code from Dropdown Menu and I’m adapting it. So far it has worked but has a problem for now. When you mouse one of the main links, a dropdown menu appears below, with the red color and a…
-
2
votes1
answer170
viewsCustom menu on the site
I would like to have at least one north how to make a custom menu as in this image. (In the image, the mouse is stopped(Hover) over Sustentability.) The vertical menu, with the submenu in the…
-
2
votes2
answers2749
viewsHow to create a tab menu with Javascript?
I have a menu that if the user selects the option it will change, etc! The problem is that it leaves all other programs open when accessing one. Menu: <body…
-
2
votes1
answer227
viewsError when customizing a menu using actionLayout
I was using to customize my menu items the actionLayout attribute but, the following error occurred: Layout menu_item.xml: <?xml version="1.0" encoding="utf-8"?> <TextView…
-
2
votes1
answer151
viewsDropdown-free Action Bar menu icon
I’m trying to remove the dropdown menu from the Actionbutton Overflow from the Action Bar. In this case it would be the one that has the 3 points, one on top of the other, as default and as default…
-
2
votes1
answer457
viewsHow to make a menu item visible on Toolbar by clicking an existing one?
I have a menu on my Toolbar, it has the following actions: R.id.action_editar R.id.action_salvar How can I make so that when I click the edit action, the save action button becomes visible? This…
-
2
votes3
answers367
viewsStop Menu scroll in certain resolution
I have a drop down menu along with the scroll. I used Jquery to add css attributes to make this happen. I don’t want this to happen when the site is less than 768px wide. That’s when it stands still…
-
2
votes1
answer531
viewsHow to use Ellipsis with Bootstrap menu?
I created a horizontal menu with Bootstrap by following that example, but I have a problem when it is viewed on a device with very low resolution (most smartphones, except maybe the biggest ones):…
-
2
votes1
answer424
viewsHow to show a jPopupMenu just below a jTextfield?
My intention is to create a search field where you type and appear the data of a query in the BD as a popup menu. I got this, it’s working. I created the menu and I can show it on the screen with…
-
2
votes1
answer78
viewsError with interactive menu function when running block code
I have a line of code that asks for a number requested from the user like this: menu(c('1','2','3'), title='Escolha um número:') But it is part of a program that uses this requested number in…
-
2
votes3
answers438
viewsBuild circular menu in css
Can someone give me some hint on how to build a simple menu, like this gif: https://i.stack.Imgur.com/Jkwr5.gif Or something. For a web page, I’ve tried a few ways, but lack knowledge.…
-
2
votes1
answer756
views -
2
votes1
answer154
viewshow to hide an item in the menu
I created a menu with buttons to save, back and add, and would like when you click add it to be hidden or disabled. I tried to use MenuItem item = menu.findItem(R.id.my_item); in which I saw in this…
-
2
votes1
answer614
viewsResponsive menu with grid layout
I’m learning grid and responsive layout and don’t know the best way that I could create a "hamburger menu" with it. So far I’ve managed to make my content wrapper move to the left and leave a space…
-
2
votes1
answer82
viewsHow can I fix this menu at the top,?
I’m with a site with a menu that’s below mine header, 150px below the top of the screen. I would like to make sure that when I scroll the page and the site menu got the position 0 from the top it…
-
2
votes1
answer39
viewsImage on top of links
Good afternoon, you guys. I made a navbar and in the center put an image, only that in that image is on top of the links in the navbar, already tried some things like z-index but no objective…