Questions tagged as 'menu'

3
answers

Do the Bootstrap dropdown close when clicking another dropdown in the same menu?

The menu must remain open while I click anywhere on the document or screen, but when I click on the dropdown of a second menu, it should close the previous menu, and also need to open and close by clicking the dropdown. My bootstrap code:...
asked by 14.04.2016 / 14:30
3
answers

Build circular menu in css [closed]

Anyone know how to give me some tips on how to build a simple menu, such as gif: link Or similar. For a web page, I've tried it in some ways, but it lacks knowledge.     
asked by 23.06.2017 / 08:16
1
answer

Remove white bar from the top of the layout [closed]

I installed Prestashop 1.6.0.9 and came with a white bar at the top of the layout. Please, how to remove this bar?     
asked by 05.04.2015 / 06:32
2
answers

How to create a tab menu with JavaScript?

I have a menu that in case the user select the option it will changing, etc! The problem is that it leaves all other programs open when you access one. Menu: <body onLoad="AlternarAbas('td_usua','div_usua')"> <table width="945" hei...
asked by 01.07.2014 / 15:18
1
answer

How to make the Youtube Music fixed menu effect

I would like to bring this effect of the Youtube Music app menu to my site. Basically it rolls along with the page when descending and appears again when ascending, fixedly. Mycurrentattemptisnotsimilar,whengoingdownthepagethemenugoesupandwh...
asked by 12.12.2018 / 00:40
1
answer

Error customizing a menu using actionLayout

I was using to customize my menu items the actionLayout attribute but, the following error occurred: Layoutmenu_item.xml:<?xmlversion="1.0" encoding="utf-8"?> <TextView xmlns:android="http://schemas.android.com/apk/res/android"...
asked by 20.10.2014 / 13:34
1
answer

Contents overlaps the fixed menu when scrolling the page

I have tried to put z-index: 2 into <header></header> , but it did not work @charset "UTF-8"; body { display: flex; min-height: 100vh; width: 100%; margin: 0; padding: 0; align-items: center;...
asked by 27.05.2018 / 20:44
2
answers

Minimal Hover Menu - The Right Way

In the example below we have an interesting menu, with a effect hover, which follows the mouse and its items. Everything is very beautiful and works well. The problem is that this menu is set to default dimensions, so you can not add more item...
asked by 16.03.2018 / 19:39
4
answers

I have a fixed menu, how do anchoring (internal #links) under the menu?

I'm working on a site that has a navbar and a menu (the height of the two adds 101px) , which scrolls to them, they pin at the top of the screen and float. p> I want the anchors I set on the page not to be overridden by the menu when clicked...
asked by 13.03.2018 / 15:45
1
answer

Error with interactive menu function when block code runs

I have a line of code that asks the user for a number like this: menu(c('1','2','3'), title='Escolha um número:') But that is part of a program that uses this number requested in functions later. When I run the line of code separately it...
asked by 16.05.2017 / 21:10