Questions tagged as 'menu'

2
answers

A dropdown menu occupies space as displayed

I have this css code: /*menu*/ .dropdownmenu ul, .dropdownmenu li { margin: 0; padding: 0; position: relative; left:5%; width:100%; } .dropdownmenu ul { background: gray; list-style: none; width: 100%; font-si...
asked by 02.05.2018 / 18:23
1
answer

expanded sub menu collapsed when page reload

I have the following problem, I have a vertical side menu and when I click on any option in the menu or sub menu option, the page is reloaded and the menu is collapsed again. I would like to know how I can keep selected the menu option that I ch...
asked by 05.10.2018 / 11:45
1
answer

Problem calling methods in the menu

Hi, I would like to know if someone can clarify how to call methods in java menus. My question is the following (attached program for the example): public void imprimir() { Nodo reco=raiz; System.out.println("Listado de todos l...
asked by 29.05.2018 / 11:07
1
answer

How can I make a floating menu like in Wix

I have this kind of menu: <div class="call"> <a href="#"><p class="call-items" title="About">Hola</p></a> <a href="#"><p class="call-items" title="Home">Como</p></a> <a hre...
asked by 02.07.2018 / 02:02
1
answer

MenuStrip, get where I am

I am doing a desktop application in c #, it has a MenuStrip and I would like to make an Activity Log, that is, write down in a table the user's information and what activities he did. I have the method that is executed when you click o...
asked by 26.07.2016 / 10:35