Questions tagged as 'menu'

1
answer

Menu does not call Activity

My menu does not call Activity, I already did some tests and it does not work, I do not know what else to do. Can anyone help me? package com.chl.infotrans.infotrans; import android.content.Intent; import android.os.Build; import android.o...
asked by 20.05.2015 / 00:47
2
answers

How to place an item from a breadcrumb menu with a different color, without the hover

I have a menu of this genre, but I do not want to use the status of hover . It will serve only for page information, without having to click. However, I'm not able to put a different color in one of the menus, without using a status of...
asked by 28.11.2014 / 15:05
1
answer

Exchanging icons on menu button does not show

I'm trying to change the icons, but it does not show Menu Source link Original CSS Code .icon-team, .icon-blog, .icon-home, .icon-portfolio, .icon-services, .icon-contact, .icon-menu { font-family: 'icomoon'; speak: none; f...
asked by 09.07.2018 / 19:52
2
answers

My search bar is not positioned correctly

My search bar does not position correctly at the end, and the initial part of the menu is not at the beginning, everything is centralized. Follow my code: .barra{ display: inline-flex; background-image: linear-gradient(150de...
asked by 06.03.2018 / 22:34
1
answer

CSS menu closing when clicking the items inside

I made the following menu in css and the opening / closing is normal, but when I click on any submenu items, the menu closes before redirecting. Would you have some way around this? #menu { position: relative; float: left; di...
asked by 26.03.2018 / 18:19
1
answer

Center button vertically inside nav boostrap

As I center this button inside a nav-item, the html looks like this: <nav class="navbar navbar-expand-sm bg-light navbar-light sticky-top"> <div class="container"> <a class="navbar-brand" href="#"> <img src="im...
asked by 26.02.2018 / 17:25
1
answer

Navbar bugada no resposivo

My site has a bug that I do not know when it started, it was working normally, when I clicked on the hamburger menu the menu went down with the options with a white background and below the nav, but now it is opening over the nav makes it cut on...
asked by 15.03.2018 / 13:32
1
answer

Session overlap problem with anchors in html

Personal I'm doing a website that has a menu with anchors, all work well minus the anchor of the menu called team note that it goes down right to the session but it overlaps the whole title and in the other sessions it works correctly because...
asked by 15.03.2018 / 15:40
1
answer

Create a sub menu using bootstrap with an indicator

I'm having a question about creating a menu using the bootstrap framework where I would like to create a menu and a submenu that contains an indicator in the case a simple stroke as in the attached image. <!--IniciodoNavbar--><navcl...
asked by 15.01.2018 / 14:30
1
answer

navbar-fixed-top bootstrap occupying entire browser

I've split the webpage into 2 grid , getting right and left side, and I have a menu on the left side that, when applying navbar-fixed-top , it occupies both grid . Can anyone help me? I want to make the menu fixed at the top but only...
asked by 28.10.2017 / 00:40