Questions tagged as 'submenu'

1
answer

Align the size according to the larger text

I have a menu and some submenus, I need the submenu to align the width of it according to the larger text, because there are texts that can contain only 5 words but texts in the submenu that can contain 15 , then it needs to be aligned accordi...
asked by 23.01.2015 / 13:13
1
answer

html dropdown menu buttons

I have a menu with drop down and by moving the mouse to the second hypothesis it disappears. <nav> <ul class="menu"> <li><a href="#">Home</a> <ul> <li&...
asked by 14.05.2014 / 15:32
1
answer

How do I get the MenuIten.Click event to run in an if loop? Delphi

I'm setting up the login part of my system, but I'm having a big problem. My cancel button on the login screen it needs to receive two features. The first is that being clicked before the main system screen is opened the application is all finis...
asked by 10.04.2017 / 14:44
3
answers

bootstrap submenu

If someone can help me I'm trying to create a sub-menu of preference that opens right inside administrative opens access, employees and control panel inside access would have two sub menus access register and list access, follow the code. <...
asked by 28.12.2016 / 20:07
1
answer

jquery scroll submenu

Hi I need my scroll submenu to appear the other options because when it opens it does not fit the page, nor in the tablet and mobile layouts. I've tried using css overflow-y and more is not working so I'm looking for a solution in jquery, but I...
asked by 18.06.2016 / 05:01
1
answer

Display children only when clicking the term term

I have a sidebar and I need to list the terms of the 'Category' taxonomy. So far so good, what I can not do is: When you click on a term, you must list its children terms in a submenu containing a link to the listing of the child's products...
asked by 29.10.2014 / 23:47
1
answer

Notice: Trying to get property 'description' of non-object in C: \ xampp \ htdocs \ testemenu \ menu.php on line 83 [closed]

I need to build a dynamic menu, follow code: require_once('testemenu.php'); $sql = "SELECT * FROM tbmenu"; $query = $pdo->query($sql); $menu = $query->fetchAll(PDO::FETCH_ASSOC); function montaMenuFilho($menu) { echo '<ul class=...
asked by 29.09.2018 / 19:57
0
answers

Option menu back to login

I'm trying to use the treeview of AdminLTE in the system menu, but every time I click the menu item it goes back to the login. For example: When I click Dashboard, Graph or Management, it returns to the login HTML treeview excerpt: &l...
asked by 21.09.2018 / 18:12
0
answers

Stylization and operation of the dropdown menu in Wordpress

We have set up a template for Wordpress. However, the submenus that require the dropdown to appear by: Hover are not working normally. They are already statically exposed there under their menu item. We made the styling of this specific su...
asked by 31.08.2018 / 22:42
1
answer

Help with CSS in submenu

I need to create a submenu in the "Reports" category but I can not do it at all. I am not finding a correct way to create this second level. Thanks for any help. #nav { list-style-type: none; margin: 0; paddi...
asked by 09.10.2017 / 21:50