Questions tagged as 'hover'

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
2
answers

How to use the hover in a class to change another class?

Next people, I have a class and another class underneath it ... but the lower class needs to be invisible until the user hovers the top class, so I put opacity: 0, and tried to put a hover in the class above for when the user passes the mouse on...
asked by 24.02.2017 / 19:03
1
answer

Prevent pseudo element :: before receiving the effects of hover applied to its parent

Hello, I'm applying hover to an element, and it contains a pseudo before element, in which it is receiving the hover effects of its parent element. > This image shows the problem: Seethattheelementwiththenumber3whenactivatinghoveralsoac...
asked by 18.09.2018 / 14:01
1
answer

Specific hover for touch

Is there any CSS Hover for touch? Or way to emulate one with javascript that only activates if it is touch?     
asked by 05.07.2018 / 02:09
0
answers

Button does not appear on all songs

Good people It's the following, I'm doing with javascript buttons to add the songs to favorites, but the plus button that I added and stylized with css does not appear in all songs, just a few. And another thing, every song, when doing mouse hov...
asked by 22.05.2018 / 13:50
1
answer

Hover effect with javascript calling css class

I want to replace the 'product' class with the 'product-buy' class with javascript, as soon as I move the mouse over the div. How do I make this code? Js $(function(){ $(".produto").hover( function(){ //Ao posicionar o cursor sobre a div $(...
asked by 18.05.2018 / 23:28
1
answer

Tremble / Shaking when I hover on h4

Can anyone tell me what to do to prevent h4 do Tremble / Shaking when I do hover ? I'm submitting my code below. CSS: films{ width: 100%; height: auto; margin-bottom: 30px; padding-top: 100px; text-alig...
asked by 08.04.2018 / 20:09
2
answers

How to apply the hover method in my class?

I have the following code: <section class="content-header"> <h1><i class="fa" ng-class="{'fa-tasks': !isCodeError, 'fa-remove': isCodeError}"></i> {{t(title)}}</h1> <!--<small>{{readonly == true ? t("Some...
asked by 10.11.2017 / 15:11
2
answers

Picture appears when hovering over text

I'm making a website for a pizzeria and I need to see an image of the corresponding pizza next to the pizza on the menu (text).     
asked by 01.11.2017 / 15:51
1
answer

How to create an image with hover effect in C # [closed]

I'm not sure how to do this, but I'm not sure how to do it.     
asked by 28.11.2017 / 19:05