Questions tagged as 'css-hover'

1
answer

Give effect on image and hover to leave color again

I do not know if it's possible. I tried with mix-blend-mode, filter, but it does not work. It would be possible for an image to begin with a layer of gray and on top, a green layer. When you mouse-over, does the image turn red again?     
asked by 20.06.2018 / 20:06
2
answers

How to add delay to Display: block

I'm creating a website, and I'd like it to have a "button" with the WhatsApp icon, and by hovering over that button, it would expand and show the number I put there. Currently the code looks like this: HTML: <div id="whatsapp"></di...
asked by 29.09.2017 / 14:25
1
answer

How to make a "balloon" effect in a menu?

I need to do a chat bubble effect on the < a > of my menu, just like this figure, when I hover the mouse (hover effect) the balloon appears. I tried to make this site ( link ), but it did not work IalsoneedtodothesamethingwhenImovethemous...
asked by 27.07.2017 / 22:51
2
answers

Delay transition error

I'm doing a CSS animation with hover, however a problem has arisen, when hovering the item, it first transitions into the first element within itself, and after that, it transitions into another, but I need a transition, how can I fix this? H...
asked by 06.09.2017 / 15:26
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

I can not use Pseudo-classes in css

Hello. I'm trying to put a style in the links of my website, but when I open the site does not apply the changes I put through the css. I used the following code I have researched in some places, but none informs me of my problem.     
asked by 16.10.2018 / 19:44
1
answer

Hover in one element and changing the color of another element

I would like to move the mouse over the green element to change the color to blue. #primeiro{ width: 300px; height: 300px; background: red; float: left; } #segundo{ width: 150px; height: 150px; background: green;...
asked by 28.12.2017 / 12:27
1
answer

How to close responsive menu when clicking on an item and changing the iframe in an html file?

I'm using a index.html file that on a wide screen all the menu items appear, but when being resized to a smaller (max-width: 640px) screen, the menu bar becomes an icon where clicking the menu items on the smaller screen. My que...
asked by 19.05.2017 / 16:43
1
answer

Effect ': hover' with 'transform' is defective in Google Chrome when it leaves ': hover'

I created a hover effect that zooms scale(1.5) into the image, but when it exits the hover the border-radius of the image redoes the square image before to return to border-radius original. The problem only happens in Ch...
asked by 21.03.2017 / 01:49
1
answer

Why does the hover effect stop working on those buttons made in css when I resize the screen?

Good morning, I'm sorry if there is an answer to my question here in the community, I'm creating an offline panel for use here in the company, but certain things are not working very well. You can see how you are getting through JSFiddle link...
asked by 09.09.2016 / 12:23