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
-
-2
votes1
answer87
viewspage orientation with a dropdown menu
I have on a page of my website a menu dropdown with a list of rock bands. When you click on the menu it "drops" down showing the list by clicking on some band from that list it closes that menu…
-
-2
votes1
answer59
viewsopen external link in actionBar
How do I open an external link from the Toolbar menu I tried some solutions but n got, I marked the snippet that would put the click to open the link in the browser. public boolean…
-
-2
votes1
answer415
viewsMenu does not appear in mobile version
Good morning everyone, to finalizing a page that has an external menu, requested in PHP with require, I have also tried include, but still continues with the same problem, as images below the menu…
-
-2
votes1
answer59
viewsI cannot use :checked
css: .menu { display: block; } /* CSS quando o checkbox está marcado */ #bt-menu:checked~.menu { display: none; } <div class="menuu"> <input type="checkbox" id="bt_menu"> <label…
-
-2
votes1
answer48
viewsHow to call menu inside another file
I want to call a menu file done in html, inside another html file to reuse the code without having to type everything again for each module of the menu. Do I have to use PHP to do this? Follow the…
-
-2
votes1
answer38
viewsHow to close the navbar beyond the hamburger icon by clicking outside the menu field?
I recently followed a tutorial on Youtube regarding a menu that I would really like to use; in responsive mode a hamburger icon is generated, showing the navbar menu when clicked and turning the…
-
-3
votes1
answer43
viewsHow do I create an installation menu with check box?
I am creating an installation menu with Checkbox, in this menu will have software for installation in each Checkbox, after selecting the Checkbox, will have a button that will run all the checkbox…
-
-3
votes1
answer72
viewsHelp with HTML and CSS site menu
I want to put a logo in place of the red rectangle,. body { border: 0px; margin: 0px; padding: 0px; font-family: 'Roboto', sans-serif; } #menu { background-color: #483D8B; padding: 5px; } #menu ul {…
-
-3
votes1
answer44
viewsDropdown Menu Bootstrap bug when clicked
I have implemented a basic dropdown (bootstrap) menu on my website. It works normally when clicked at the beginning of the page, however, if I scroll down a little and go back to the top of the…
-
-3
votes1
answer74
viewsBuild dynamic menu with PHP
I’m trying to dynamically assemble a menu with submenus with data coming from a database table, but I couldn’t get a result that worked. I have this code to create the menu and submenu on another…
-
-4
votes1
answer17721
viewsdo a submenu - example on a site below
I’d like to adapt my code to create a submenu like this one : http://red-team-design.com/wp-content/uploads/2011/03/css3-dropdown-menu-demo.html for example in "Categories" - "css" then another side…
-
-4
votes1
answer38
viewsDropdown menu with two columns?
Talk guys. I’m breaking my head here because I want to leave the dropdown menu with two columns and ta bugando. CSS /* Navigation */…
-
-6
votes1
answer22
viewsImage overlaps with open menu
Good evening everyone. I’m making my portfolio, and I realized that when I open the side menu, an image overlaps. That way: Here’s my CSS (I made it with Sass): .sessao-formacoes { background-color:…