Questions tagged as 'menu'

1
answer

Navigation Drawer - Change color menu

Hello, I'm implementing a navigation drawer in my android application and for a design issue I would like to know how to change the background color of the activity_home_drawer, where are the menu items?     
asked by 07.09.2017 / 16:52
1
answer

Effects on hover links

Well, can anyone tell me how I can do this with hover ? When hovering over the menu link it appears that vertical line over the name, I only succeeded with the horizontal line below the name. Or tell me where I find examples, I did not...
asked by 29.07.2017 / 01:49
2
answers

Problems with dropdown menu

I am making a website and using the dropdown, however, I can not use 2 dropdowns on a page, I can only use 1. I have already researched and found something about using classes, but I do not know how this works or how to apply it to the code. Ca...
asked by 16.07.2016 / 15:47
1
answer

SDL - C - How to check if the mouse pointer is over an image?

Hello, I'm starting a learning about the graphical interface SDL in C and I intend to make a menu. In this menu there will be the options and when the user hover over some, it will change color (yellow to green) only I'm having difficulty in this...
asked by 11.06.2016 / 19:44
2
answers

Menu in PHP and HTML [closed]

I need you to ask me a question, I created a page and put the menu in PHP. Following data: menu.php <div class="col-md-9 text-left float-left collapse-navation"> <div class="navbar-collapse collapse navbar-inverse no-transition...
asked by 09.10.2015 / 16:48
1
answer

Required checkbox with javascript to click on link

Good evening everyone! I'm making a website for a college job, and what I want to do is this: I have a simple HTML menu whose options are "Profile View", "Edit Profile" and "Remove Profile". In the latter, there is a checkbox saying that the...
asked by 31.10.2015 / 03:45
1
answer

List daughters of a certain Page

I am not able to list the daughters of the Institutions menu which is a Page. Institutions    - Military police    - Town hall    - Secretaries <li><a href="#">Instituições</a> <ul> <?php wp_lis...
asked by 07.11.2014 / 12:37
1
answer

Responsive fixed menu

I have a fixed menu that when viewed in the maximized browser everything happens perfectly, however, when the screen is dimmed, the menu is fixed and the scroll bar does not scroll, can it be solved with CSS only? Follow my CSS menu code: {...
asked by 11.10.2014 / 01:15
1
answer

Tree menu / collapse with three levels

I'm creating a navigation sidebar for an application in AngularJS. The structure is basically a tree menu, however each level has different interactions (which I will still build). For example, the first and second levels will only show and hide...
asked by 06.10.2014 / 19:12
2
answers

Dynamic menu in Codeigniter

I'm trying to build a dynamic menu with submenus that inserts links coming from the database. I wrote the code below directly in my view to test and it worked perfectly: <?php $this->db->from('categories'); $this->db->wh...
asked by 28.06.2014 / 02:51