Questions tagged as 'menu'

1
answer

how to hide an item in the menu

I created a menu with buttons to save, to go back and to add, and I would like that when I clicked on add it was hidden or that it is disabled. I tried to use MenuItem item = menu.findItem(R.id.my_item); that I saw in this topic...
asked by 02.01.2018 / 20:02
1
answer

How to use ellipsis with Bootstrap menu?

I created a horizontal menu with Bootstrap, following this example , but I have a problem when it is viewed on a device with very low resolution (most smartphones , except perhaps the largest): the title goes down to the bottom line and the bu...
asked by 15.03.2015 / 20:48
3
answers

Stop scroll menu in a certain resolution

I have a menu that goes down along with the scroll. I used Jquery to add css attributes for this to occur. I do not want this to happen when the site has less than 768px of width. So let it be stopped Media queries did not help me resolve bec...
asked by 09.02.2015 / 14:17
1
answer

Create Infinite PHP Menu

I am trying to create an infinite menu, I already mounted the object the way I need, but I can not print. It should look something like this: User User > User1 User > User2 User > User2 > User3 User > User2 > User4 User >...
asked by 05.04.2018 / 21:07
1
answer

fixed menu with jquery in certain page scrolling

I'm trying to leave this fixed menu link from certain page scrolling, in this case, after the initial image.    I found several tutorials on google, but none works on the menu. I even tried the ones asked here and also nothing.    It's hard...
asked by 19.05.2016 / 09:06
1
answer

How to make a menu item visible on the toolbar by clicking on an existing one?

I have a menu in my toolbar, it has the following actions: R.id.action_editar R.id.action_salvar How can I make it so that when I click on the edit action, the save action button becomes visible? Would this be done in...
asked by 01.02.2016 / 17:51
1
answer

Staying hover style when opening a Dropdown submenu

I need the color of hover to remain when opening the submenu. My submenu works, I just want it to be marked the menu it's linked to. Here is the sample code: HTML: <ul> <li><a href="#">Link 1 &raquo;</a&...
asked by 18.09.2015 / 00:34
1
answer

Retractable menu that does not close

I have a retractable menu, but I can only get it open but not close. I need it to close when clicking anywhere on the screen outside the menu. I know about html and css. Javascript is getting in touch with it now so I do not know how to sa...
asked by 12.04.2018 / 21:44
1
answer

how can I fix this menu at the top ,?

I have a site with a menu that is below my header , 150px below the top of the screen. I would like to make when I rolled the page and the menu of the site reached the position 0 of the top it was fixed and rolled the rest of t...
asked by 15.03.2018 / 12:43
1
answer

Responsive menu with grid layout

I'm learning grid and responsive layout and I do not know the best way I could create a "hamburger menu" with it. So far I've managed to make my content wrapper move to the left and leave a space for the menu, but I do not know how to put the...
asked by 04.01.2018 / 18:06