Questions tagged as 'mouseover'

2
answers

Reduce this jquery to only 1 block and not 3, how do I?

What is the best way to reduce this code below to just one block? I was using only one but when I hovered over an icon the hover effect appeared for everyone. $('.sidebar-chart-1 .icon-info').mouseover(function(){ $('.sidebar-chart-1...
asked by 25.10.2016 / 15:48
0
answers

Mouseover effect to spread overlapping icons / images

Hello, on the system I'm working on there are some icons / images (which are div's) that sometimes overlap. This is their correct functioning, they update their positions automatically and sometimes stand on top of each other, but it is necessar...
asked by 25.11.2016 / 14:14
3
answers

OnMouseOver Effect

I wanted two effects in OnMouseOver so that when you mouse over, the text is one color and the background is another color. I'm using this code onmouseover="javascript: this.style.backgroundColor = 'Red'" But in this case it just changes th...
asked by 12.11.2016 / 00:59
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