Questions tagged as 'menu'

0
answers

Wordpress menu - Toggle does not open when you press

I'm developing a Wordpress project, and I have problems with my menu. When I test the site at smaller resolutions, the toggle box does not open it. As I get busy with the HTML issue with PHP, I think something is missing to make pressing the tog...
asked by 11.05.2017 / 03:32
0
answers

Ionic top menu

I'm trying to make a top menu in ionic but this menu is getting on top of the content, I'd like to know how to leave the content below the menu Here is the code for the page: <!DOCTYPE html> <html> <head> <...
asked by 06.02.2017 / 16:20
1
answer

Problems with float and position absolute

Hello, I'm trying to make a kind of menu like this: link However, I would like the text to open at 100% width and occupy the entire line. Since I'm using bootstrap, I could not find a responsive solution.     
asked by 10.12.2016 / 21:20
0
answers

Menu with class active in php?

I have a menu in html: <ul> <li><a href="#" class="ativa">Página Inicial</a></li> <li><a href="servicos">Serviços</a></li> <l...
asked by 19.09.2016 / 03:11
1
answer

javascript - 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') } } So, my pr...
asked by 07.06.2016 / 14:50
1
answer

Javascript menu level 2/4 with error

How do I set the same code, with different variables, but to perform the same action. I tried to re-write it and even then, Javascript is in error, in case it would be a menu in dropdown, with up to 4 levels, I'm still in the 2nd level...
asked by 17.05.2016 / 16:37
2
answers

Fixed side vertical fixed scroll menu

How do I make a menu like Wordpress that is vertical, fixed and has its own scrolling that is limited to its ends: varlast_scroll;Inwordpressthedivoftheelementgetsa"position: fixed" when it reaches the end and the beginning of the menu to st...
asked by 20.04.2016 / 00:09
1
answer

Link to external page does not work

In the www.wrccdesign.com.br menu, the BLOG link, which is a external link that should lead to another page, does not work, ie when clicking nothing happens. I would like to know how to solve the problem. I did some testing, and from what I...
asked by 26.10.2016 / 10:38
0
answers

Using XML from an ActionBar to create a Navigation Drawer menu

Good morning, My first post here. I'm having an Android project almost ready, just missing the icons in the Navigation Menu Drawer. I used the following tutorial to put the items in the menu. link My code is as follows. List<M...
asked by 06.04.2016 / 13:28
0
answers

Conforms to Scroll and apply class in the specific link in the menu

I've seen the effect on some sites! But I have no idea how to do it! The effect works in a set, formed by the menu the body of the page and the class! Let's say I have a menu with three tabs, with A B C. When the page is rolled down - I be...
asked by 23.02.2016 / 01:17