Questions tagged as 'menu'

1
answer

How to change the file menu being used in Android Menu Navigation Drawer?

I want to know if it is possible to change the menu file being used by the drawer navigation menu Example:Whenenteringthisifthatisinblue,itshouldbeselectedtouseanothermenufileinthedrawermenunavigation."Is that really possible?" - If yes, how to...
asked by 02.02.2018 / 16:52
1
answer

Powershell interactive script menu. I can not get out (invalid option)

I am a beginner in Powershell and I have a small problem. I have 2 scripts (menu and submenu). I run script_A (menu) and when I select option 9 (exit) it works as expected. But when I run script_A and I choose option 1 (submenu), and then...
asked by 11.08.2017 / 03:35
1
answer

Fixed menu in parallax

I have done everything but I can not put a fixed menu in this code (made by tekzzoom), inserting an item the background overlaps, and the item does not remain fixed on the screen. Can anyone help me in any way? (follow the code with the style in...
asked by 09.09.2017 / 16:01
1
answer

Toolbar disappears when I add another widget in activity

I created a Toolbar for MainActivity, as shown below: However,whenIaddanyotherwidgetinthesameactivity,thetoolbardisappearswhenIruntheemulator: Hasanyoneeverhadthesameproblemorknowhowtosolveit?Codetoolbar.xml:<?xmlversion="1.0" encoding="u...
asked by 01.07.2017 / 02:12
1
answer

I can not align the logo with the menu icon

I'm not getting the logo with the icon menu, what can it be? /* font-family: 'Oswald', sans-serif; font-family: 'Open Sans', sans-serif; */ /*reset*/ * { margin: 0; padding: 0; box-sizing: border-box; } /*header*/ .header {...
asked by 23.03.2017 / 14:37
0
answers

Problem with bootstrap responsive menu

Hello everyone, I have a problem with leaving the menu responsible for my site, I will send the html and css so that someone can help me. vlw. HTML: @media(max-width: 1024px) { body { zoom: 0.80; } } @media(max-width: 768px) {...
asked by 13.01.2017 / 23:46
1
answer

Responsive bootstrap menu does not close when clicking

I wonder why the bootstrap menu on mobile devices does not close when you click the menu. It opens normally, but if the user wants to close, it does not close. Access link: www.paddock.eco.br Menu Code: <script src="https://cdnjs....
asked by 06.01.2017 / 01:51
0
answers

Menu mobile version bootstrap does not return to normal

I have an application with a bootstrap menu, but when it is in the mobile version that I click on a link in the menu, it does not return to normal (it goes back), it stays the same as I did. It goes to the other page, but does not return to norm...
asked by 02.12.2016 / 11:34
1
answer

Centralized HTML / CSS Menu

I need a help with a code I do not know much about HTML and CSS , I'm learning slowly and need help.    Home HTML / CSS <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN...
asked by 17.08.2016 / 15:55
0
answers

How to make the menu stay fixed at the top from when you just passed the previous div (which is in percentage)?

.banner1{ background-image: url(../images/bannertemplates.png); background-repeat: no-repeat; width:100%; height:100%; background-size:cover; background-attachment: fixed; position:absolute; align-items: center;...
asked by 21.08.2016 / 18:32