Questions tagged as 'hover'

1
answer

: hover in previous element

I would like to give: hover on the button "2" by changing the effect on button "1" <div class="btn um">1</div> <div class="btn dois">2</div> <div class="btn tres">3</div> example: .um:hover ~ .dois {} (...
asked by 05.07.2016 / 07:32
0
answers

Anchor does not stop at the beginning of div and link does not remove underscore blue [closed]

Good afternoon guys, I'm building a one-page site and anchor navigation but I'm having a problem, clicking the menu that redirects to the anchor of the div corresponding to the "ID" does not stop the div at the beginning of the div in the beginn...
asked by 02.06.2015 / 21:26
1
answer

CSS: Dropmenu with Login

I have a drop menu: hover for a div that contains 2 input, login and password, and two buttons, so when I try to type something in the div (which appeared with the li hover) it disappears ... Is there something I can do to make it stay, and j...
asked by 25.01.2015 / 03:51
2
answers

Appear a div with hover

I'm doing a project and I have to make an icon appear in each menu link when hovering the mouse. I thought about doing with JavaScript but I do not have much experience, so I decided to do with CSS , can someone help me? Thank you....
asked by 17.06.2016 / 14:29
1
answer

Hover with scale only in parent div

I want to apply a div where I change the background to purple and the texts and image to white until there works normal the problem is that I wanted to apply a divs in the background that became purple with css more doing thi...
asked by 10.03.2018 / 18:50
1
answer

How to change the color of buttons with the hover on just one button (CSS)

Well, my problem is this: I have five buttons, in horizontal order. Each has a specific color in the hover. When you place your mouse over any one of them, all should assume the color that the selected one has . I successfully used this...
asked by 12.09.2017 / 19:34
2
answers

Improving site hover scheme

I'm trying to develop an evaluation scheme for files that are hosted on my client's website. Each file gains beyond the access link a DIV with the five rating options, which appear as gray stars. Here is the code: <div style="margin-top: -2...
asked by 22.03.2017 / 18:32
2
answers

Animated caption with hover

I have an image and I've added an interactive caption to it. I created the div class="legenda_interna" with the same image size. I only see%% of its size and the rest I want to hide. I want to display only the excerpt with the button....
asked by 18.05.2016 / 19:00
2
answers

Animation zoomIn flashes with mouseenter

I'm using animate.css to zoom in on an image. The idea is that the animation works only with the hover / mouseenter, that is, when the user hover over it. When I use any animation other than zoomIn, it works normally; however, with the code belo...
asked by 14.07.2018 / 19:17
2
answers

CSS - How to remove lines around the button?

Good morning, I have a question to remove the border when clicking on the button .. If somebody knows and can help I thank:) CSS:@charset"utf-8"; /* CSS Document */ body { font-size:16px; color:#000; } .imagem_1 { position:a...
asked by 31.01.2018 / 17:53