Most voted "submenu" questions
35 questions
Sort by count of
-
5
votes3
answers4187
views -
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…
-
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…
-
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
answers599
viewsClick on a Menu, and change the icon of the others
Good afternoon, my question is this:: I have a submenu, where the user will select the map Layer. These Submenu’s will have an image of check in to indicate which one is selected. Follows the xml:…
-
2
votes1
answer756
views -
2
votes2
answers291
viewsVue Submenu menu from json
Hello, I’m beginner in Vue I’m wanting to make a menu with submenu coming from a json, follow the codes I made: <template> <div id="app"> <img alt="Vue logo"…
-
1
votes0
answers89
viewsI can have multi-level menus (+3) in Web2py
Friends, I am trying to create a menu in a web2py application with a structure similar to: Menu 0 Menu 1 Item A Item B Menu 2 Item C Is it possible ? I tried to break the code of the application…
-
1
votes1
answer812
viewsHow to create a sub submenu using bootstrap megamenu
Does anyone know how to create a sub-menu with megamenus? Thank you .navbar-default { color: #fff; background-color: #39b3d7; border-color: #269abc; } .navbar-default .navbar-nav > li > a {…
-
1
votes1
answer1322
viewsHow to create a tree menu (multilevel) with PHP+ Mysql?
I’m trying to make a tree menu with PHP+MySQL, but something is wrong with the code. And, the same table was used in ASP with SQLServer to make a menu: First I press one array, my database: $menu[]…
-
1
votes1
answer312
viewsPowershell interactive script menu. I can’t quit(invalid option)
I’m a beginner in Powershell and I have a little problem. I have 2 scripts (menu and submenu). I run script_A (menu) and when I select option 9 (Exit) it works as expected. But when I run script_A…
-
1
votes1
answer577
viewsCreate a sub menu using bootstrap with an indicator
I have a question about creating a menu using the bootstrap framework where I would like to create a menu and a submenu that contains an indicator in case a simple dash as in the attached image.…
-
1
votes2
answers47
viewsMatrix as parameter passage in C
Hello, my doubt is the following, I would like to know how I do in the code below, so that my matrix is read inside the main, and after inside the subprogram, a vector receives the values of this…
-
1
votes1
answer157
viewsTranslatex() needs to be activated in a <li> and move a <Nav>
The problem I’m having is that I’m making a burger menu, this burger menu, once opened, has a specific field that when passing the mouse would have to open a sub menu, my idea is that this submenu…
-
0
votes1
answer1505
viewshtml buttons dropdown menu
I have a drop down menu and when I move the mouse to the second chance it disappears. <nav> <ul class="menu"> <li><a href="#">Home</a> <ul> <li><a…
-
0
votes1
answer786
viewsView children (Children) just by clicking on parent term
I have a sidebar and need to list the taxonomy terms 'Category'. So far so good, what I can’t do is: By clicking on a term, you should list his children’s terms in a submenu containing a link to the…
-
0
votes1
answer333
viewsAlign size according to larger text
I have a menu and some submenus, I need the submenu to be aligned width from it according to the larger text, because there are texts that can contain only 5 words but texts in the submenu that can…
-
0
votes1
answer104
viewsjavascript - show/Hide menu does not work
function dpdShowHide(){ var orgBtn = getElementById('organizador'); var dpdOrg = getElementById('org-dpd-list'); if (orgBtn !== false) { dpdOrg.visibility('none') } else{ dpdOrg.visibility('block')…
-
0
votes3
answers121
viewsHelp with CSS - Position Right and Left
I’m trying to create a menu similar to the one I saw on a website. I managed to do everything right, I just can’t let it occupy the entire menu bar. Print1 : http://prntscr.com/bmbbp4 Print2 :…
-
0
votes3
answers1171
viewssubmenu bootstrap
If anyone can help me I’m trying to create a sub-menu preference that opens right inside administrative opens access, employees and control panel within access would have two sub-menus register…
-
0
votes0
answers90
viewsTop Ionic menu
I’m trying to make a top menu in Ionic but this menu is getting on top of the content, I would like to know how to leave the content below the menu Follow the page code: <!DOCTYPE html>…
-
0
votes2
answers241
viewsLeave submenu in container width
How to leave the submenu (dropdown) within the container width? Where you have the div with the class: class="navbar-Collapse Collapse" I put (position: relative), it worked but the logo link does…
-
0
votes1
answer88
viewsHelp with submenu CSS
I need to create a submenu in the "Reports" category but I’m not getting it at all. I am not finding a correct way to create this second level. I appreciate any help. #nav { list-style-type: none;…
-
0
votes1
answer210
viewsSubmenu bearing(scroll) jquery
Hi I need my submenu scroll to appear the other options pq when opening does not fit on the page, and neither in the tablet and mobile layouts. I’ve tried using css overflow-y and more is not…
-
0
votes1
answer333
viewsaccess menu with over effect. Selenium VBA
I am having problems accessing an "interactive menu" using the Selenium library in VBA. follows html code of the page: <html> <head> <meta http-equiv="Content-Type"…
-
0
votes1
answer565
viewsHow do I run the Menuiten.Click event in an if? Delphi loop
I’m putting together the login part of my system, only I’m facing a big problem. My cancel button from the login screen needs to receive two features. The first is that being clicked before the main…
-
0
votes0
answers38
viewsMenu option back to login
I’m trying to use Adminlte treeview in the system menu, but every time I click on the menu item it goes back to login. For example: When I click on Dashboard, Graphics or Management, it goes back to…
-
0
votes1
answer694
viewsNotice: Trying to get Property 'Descricao' of non-object in C: xampp htdocs testemenu menu.php on line 83
I need to set up a dynamic menu, follow code: require_once('testemenu.php'); $sql = "SELECT * FROM tbmenu"; $query = $pdo->query($sql); $menu = $query->fetchAll(PDO::FETCH_ASSOC); function…
-
0
votes1
answer45
viewsMy Javascript function is not being "viewed"
I’m deploying Javascript functionality to close a submenu. To close with ESC and clicking on the menu item that opened the submenu is working. What I’m not able to make work is the function that…
-
-1
votes1
answer2099
viewsHow to remove the "extract here" submenu option from a sfx (exe)?
There is how to remove the "extract here" option from a sfx (.exe) file created with Winrar? Note: The option "extract here" is presented in the submenu, by right clicking under the file. Any other…
-
-1
votes1
answer163
viewsHorizontal Menu - CSS
I’m trying to learn how to work with horizontal CSS menus. I am starting and therefore I am with a silly doubt and I did not find anything on the internet similar to my question (Maybe I do not know…
-
-1
votes2
answers58
viewsError in logic, icon does not change when I click the submenu
Personal, I’m still studying java script, I’m making a MENU and it’s working, I made it from scratch and I’m correcting every step I want and I didn’t have... I got stuck now... The menu opens, goes…
-
-1
votes1
answer115
viewsmake a fixed menu
I made a hamburger menu for a site that I want to develop, however my idea is that this menu accompanies the scrolling of the screen and opens perfectly independent of where it is on the site,…
-
-2
votes1
answer2182
viewsDropdown Nav, with menu and submenus centered: what mistake am I making?
I have a small problem centering a submenu of a dropdown menu. The following example is quite simple, but it illustrates my problem: <ul id="menu"> <li>Menu1 <li>Menu2 <ul>…
-
-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…