Questions tagged as 'menu'

1
answer

Image over links

Good afternoon, guys. I made a navbar and in the center I put an image, so in this image it is on top of the links in navbar, I already tried some things like z-index but I do not objectify the result. if anyone can help me I will be very gratef...
asked by 24.04.2018 / 18:04
1
answer

Problem aligning navbar on the right

Hello, I'm new to css and I'm having trouble trying to align the buttons on my right% with%; so I can put a logo on the left. Here's my code! .menu, .menu ul li { margin: 0; padding: 0; } .menu {...
asked by 30.04.2018 / 12:47
1
answer

Action Bar menu icon without dropdown

I'm trying to remove the Action Bar's Overflow drop-down menu from Action Bar. In case it would be the one that has the 3 points, one on top of the other, by default and as default option, "Settings". I would like to remove this "Settings" item,...
asked by 28.05.2015 / 16:17
1
answer

How to show a jPopupMenu just below a jTextfield?

My intention is to create a search field where you go typing and displaying the data of a query in the DB as a popup menu. I already got it, it's working. I created the menu and I can show it on the screen with the data, but the position is the...
asked by 29.04.2015 / 20:15
0
answers

Change drawer menu item color - NavigationDrawer

Hello, I would like to know if it is possible to change the color of each item that comes in the standard AndroidDrawer menu. I know that by choosing a project with that slider menu the android itself already comes with the code in MainActivity:...
asked by 11.07.2018 / 22:40
1
answer

Sub-menu decentralized - according to browser, I do not know where I'm going wrong

/*Sub-Menu*/ .menu.superior .nivel-dois, .menu.superior .nivel-dois, .menu.superior .nivel-um li:hover .nivel-dois{ display: contents; position:absolute; } .pagina-login .menu.superior, .pagina-busca .menu.superior, .pagina-carrinho .me...
asked by 29.03.2018 / 14:49
2
answers

Hover in navigation with html and css

Well folks, it's the following, I've been following this for some time. I'm trying to make a box around the links in hover , this box will have a shadow and rounded corners, can someone help me? Thanks in advance .main-nav {...
asked by 25.04.2018 / 16:07
1
answer

Custom Menu on site

I would like to have at least one north of how to make a custom menu as in this image. (In the image, the mouse is hovered on Sustainability.) The vertical menu, with the submenu in the sequence, is fine. The problem comes in the seq...
asked by 26.12.2014 / 09:50
2
answers

Include PHP Menu

I'm having difficulty including a php code with html on another page using include, in case the code is a menu written in html but with php extension. When having to include the code of the file menu.php in the file index.php it accuses an error...
asked by 15.05.2015 / 17:46
2
answers

Loop problem with switch case

I have refactored the code following the guidelines given here. However, I have the initial problem again ... I choose the desired option, it performs the desired action but then goes to the default case switch and prints "invalid information"...
asked by 24.07.2018 / 18:07