Questions tagged as 'hover'

4
answers

Can you reduce this script without losing functionality?

<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-2.1.4.min.js"></script><script>$("div#contenthead div.left span").hover(function() { $("div#contenthead div.topmenu").addClass("displayblock");}); $("div#con...
asked by 11.11.2015 / 16:41
2
answers

How to manipulate div size without using hover

   Edited - Although I have requested exclusively in css, I have seen that in fact the final result in JS is much more professional and lean. Being   so I confirmed @renan's response as the one that really helped.   However I would stress her...
asked by 06.05.2015 / 22:14
1
answer

Enable HOVER without clicking the same div

Next, I have 2 tables, the items in the second table have hover. I need to pass the mouse on 1 item from the first table and it activates the hover of the respective item from table 2, but I can not pull the same id or class because I do not wan...
asked by 24.09.2015 / 00:16
3
answers

Hover effect in JS

I have a problem that is as follows: I want the user to move the mouse on a certain image to another location and gain a class so that I can style it, can they help me? I'm trying this way: var $JQuery2 = jQuery.noConflict() $JQuery2(functi...
asked by 11.01.2018 / 18:44
2
answers

Hover effect on one element affect another

I would like to know how I can make the : hover event in one element take effect in another ... I have the following code: <ul> <a href="#"> <li> <div id="search-image"><img src="images/image.jpg"/>...
asked by 02.10.2015 / 00:50
2
answers

Hover JQuery function on dynamic elements

Is there any way to use the hover event with jQuery in dynamically created selects options. I tried to use the function on() and live() but it did not work. I tried this way: $(document).on('hover', '.teste', function (...
asked by 28.01.2016 / 16:47
1
answer

effect: hover and: active for image

As you can see in the code below, I have 3 links with an image in each of them, which point to an iframe just below. These images are grayscale, but by hovering over them they are colored thanks to the class "step" . But I would like the effe...
asked by 08.08.2015 / 01:00
3
answers

Problem with hover event in Firefox

The next code is to use the hover event in the first image and change the second class. But after testing, it did not work on the Firefox browser, running only on Chrome, Safari and Opera browsers. Here is an example of the code: HTML...
asked by 27.10.2015 / 10:59
1
answer

I can not solve a goal using ": hover". What to do?

I'm doing an institutional website and it's a type of web-design agency, but it's more to learn. Then in the home I made several links with links to the pages of the services. And in each block my intention is to make when hovering over a sho...
asked by 29.10.2014 / 02:53
2
answers

Mouse Hover does not work in the cells of the circular calendar in SVG

I would like to ask for help again, I'm having trouble making hover (CSS) work on my SVG. This is a circular calendar with 31 days, divided into three shifts (each layer is one shift). By hovering over each cell, I would like the background to c...
asked by 18.11.2018 / 18:44