Tagged Questions
Hover refers to the action of placing the mouse cursor over a given element.
29
votes
6answers
81k views
Using JQuery hover with HTML image map
I have a complicated background image with a lot of small regions that need rollover illustration highlights, along with additional text display and associated links for each one. The final ...
22
votes
8answers
7k views
How to debug CSS/Javascript hover issues
I often find myself wanting to debug CSS layout issues that involve DOM changes caused by Javascript in reaction to a hover event or different CSS rules applying due to the :hover selector.
Normally, ...
14
votes
5answers
13k views
jQuery - How to tell .hover() to wait?
just a short qustion ..
I have a drop down menu. Now when it's slided down to multiple levels, I'd like it to add wait time for like 2 secs, before it disapears, so the user can get back in, when he ...
12
votes
3answers
971 views
Xcode Developer Documentation Link Hover Jumps To Top
I don't know how I got into this state, but the Xcode documentation window has been exhibiting this strange behavior of "jumping to top" whenever I hover over a link in one of the doc files.
For ...
11
votes
2answers
754 views
How do I inspect CSS pseudo classes with firebug?
I am struggling with a reluctant a:hover css style which I cannot override.
I tried to inspect the element in firebug, but I cannot see why it won't work. I don't even see how to properly inspect a ...
10
votes
5answers
10k views
iPad/iPhone hover problem causes the user to double click a link
I have some websites I built times ago, that use jquery mouse events...I just got an ipad and i noticed that all the mouse over events are translated in clicks...so for instance i have to do two ...
10
votes
5answers
19k views
CSS: Hover one element, effect for multiple elements?
I'm looking for method for my hovering issue.
<div class="section">
<div class="image"><img src="myImage.jpg" /></div>
<div class="layer">Lorem Ipsum</div>
...
8
votes
6answers
144 views
Is it possible to change only the alpha of a rgba background colour on hover?
I have a set of <a> tags with differing rgba background colours but the same alpha. Is it possible to write a single css style that will change only the opacity of the rgba attribute?
A quick ...
8
votes
2answers
3k views
jQuery: delay() or timeout with stop()?
$('.file a').live('mouseenter', function() {
$('#download').stop(true, true).fadeIn('fast');
}).live('mouseleave', function() {
$('#download').stop(true, true).fadeOut('fast');
});
i want ...
7
votes
2answers
174 views
Is there any way to hover over one element and effect a different element?
I want it to be as simple as this, but I know it isn't:
img{
opacity:0.4;
filter:alpha(opacity=40);
}
img:hover{
#thisElement{
opacity:0.3;
filter:alpha(opacity=30);
}
opacity:1;
...
7
votes
3answers
4k views
Jquery Stop Fadein / Fadeout
This is a fairly easy one, but I cant seem to figure it out.
Basically I have a jquery hover that fades in a div and fades out the other upon hover.
When I quickly hover on and off a few times it ...
6
votes
2answers
102 views
How to apply :hover to an element
I want to apply the hover state remotely, by hovering on a different object. But I want to name the object that has its hover activated rather than have it be by DOM relationship to the item being ...
6
votes
3answers
184 views
Fire event if the CSS style is changed by the user?
I'm writing a lightweight htc program for IE 9 (=javascript). CSS3 has a new property called transition, but it doesn't work in IE 9. I'm trying to implement this, but I need to know when a property ...
6
votes
1answer
2k views
Why is CSS Hover Slow In IE8?
I have a page with a jstree and/or jqgrid - it really doesn't matter which one I use to show my point, as I suspect it's any hover effect in IE8... Back to point:
When hovering over an <a> tag ...
6
votes
3answers
848 views
IE select issue with hover
A friend and myself are trying to workaround IE (7/8). We have built a canonical example here:
http://www.mathgladiator.com/share/ie-select-bug-hover-css-menus.htm
Using a CSS menu, we would like to ...
6
votes
2answers
4k views
Selenium and :hover css
Using selenium-rc and the java client, I want to test a menu which opens when the user moves the mouse over it. It closes when the mouse leaves the menu. This is done using :hover css, without any ...
6
votes
4answers
4k views
How do I simulate a hover with a touch in touch enabled browsers?
With some HTML like this:
<p>Some Text</p>
Then some CSS like this:
p {
color:black;
}
p:hover {
color:red;
}
How can I allow a long touch on a touch enabled device to replicate ...
6
votes
8answers
3k views
Empty div hover event not firing in IE
I have a div with a child div inside it. I'm using jQuery to show / hide the child div whenever a mouse hovers over the parent div (parent div spans the entire bottom of the page. Width: 100% and ...
6
votes
5answers
12k views
jQuery: is mouse still over the element?
I would like to be able to detect if the mouse is still over the element in the following scenario:
If mouseover then sleep for a few seconds.
Once done sleeping check of the mouse is still over the ...
5
votes
10answers
416 views
Keep image hover button when click using jQuery
I have the following code to provide a hover effect when I hover over a button image:
$("img.hoverImage")
.mouseover(function () {
var src = $(this).attr("src").match(/[^\.]+/) + ...
5
votes
5answers
100 views
How can I use CSS to make a div float over my text whilst remaining in the right spot?
This looks a lot easier than I am probably making it sound. I have a content div, 600px wide. It is constantly, for the sake of this argument, in the middle of my page. It is set in the middle ...
5
votes
3answers
382 views
-transform:scale causing 'blinking' when hovering
I am working on a catalog which uses css -transform attribute to scale each 'swatch' upon hovering.
Here's my problem: In some browsers and on certain sites, when you hover over the swatches, it ...
5
votes
3answers
156 views
css:hover color bug
I just noticed something weird, when creating a menu for a website. Take a look at this Fiddle which illustrates the problem.
Notice the small orange spot, to the right of the last letter when you ...
5
votes
5answers
984 views
Implementing a hover info box
I have a calendar, and when the user hovers over a cell, a large-ish info box appears with details for that date. I am having some trouble though making the info box disappear when the user moves ...
5
votes
2answers
374 views
Get the css value from :hover with .css() - jquery
So Im setting up a menu that has different background :hover colors. The buttons backgrounds will be a grey color and upon hover the button animate() to its respective color.
I can grab the original ...
5
votes
1answer
683 views
jQuery show/hide - Question about the delay variable
I'm using the following code to show a box when you mouseover a certain div and have set the delay on the fade out but is there some way of cancelling the fadeOut effect if the user goes back on to ...
5
votes
2answers
496 views
jQuery image hover effect
I'm trying to achieve this effect with jQuery.
I wrote some of the code, but it's buggy (move to the bottom-right corder and you'll see).
check it out
Basically, if there's an already-built jQuery ...
5
votes
2answers
677 views
Hover over image to show buttons and don't trigger when hovering over actual buttons
I'm trying to get buttons to appear when hovering over an image. The following works:
jQuery('.show-image').mouseenter(function() {
jQuery('.the-buttons').animate({
opacity: 1
}, 1500);
...
5
votes
2answers
1k views
Whilst using drag and drop, can I cause a Treeview to Expand the node over which the user hovers?
In brief:
Is there any built-in function in .Net 2.0 to Expand TreeNodes when hovered over whilst a drag and drop operation is in progress?
I'm using C# in Visual Studio 2005.
In more detail:
...
5
votes
2answers
10k views
JQuery Show hide class on hover
I am relatively new to JQuery and I would like to be able to show a menu on mouseover.
Here is the html
<td class ="comment_div"> <?php echo("$comment_data['comment']); ?> ...
5
votes
1answer
336 views
JQuery color animations not firing reliably
I'm having a problem using the jquery hover events. I've created a reduction of the problem. You can find a working demonstration here. I can reproduce this after moving the mouse around in IE, ...
5
votes
1answer
4k views
jquery:binding a hover event with ajax loaded content
I'm using jQuery to try and bind some newly loaded <li> elements with .hover() and I'm kind of stuck. At the moment I'm reloading the content in a <ul> with ajax and there's a hover event ...
5
votes
6answers
22k views
div background color, to change onhover
I'm trying to make a div's background color change on mouse over.
the div {background:white;}
the div a:hover{background:grey; width:100%;
display:block; text-decoration:none;}
only the ...
4
votes
3answers
50 views
jQuery /hover()/.mousemove() optimization issue
I'm working on a basic modal example in which the modal would follow the mouse cursor as long as the user was hovering over a certain section.
The issue I'm having is, when going from left to right, ...
4
votes
3answers
73 views
jQuery hover mouseover/mouseout timing
I have the following live example at freakyleaf.co.uk/hoverfade/ whereby upon hovering over a tile, the tile background image fades form 1 to 0.25 opacity over 600ms (.tile_img), then text fades from ...
4
votes
1answer
52 views
How to keep list item in active state whilst hovering on dropdown?
I am creating a dropdown menu on my website and have more or less completed the task successfully apart from one thing.
When hovering on the dropdown menu, the hover state of the main menu link ...
4
votes
1answer
49 views
jQuery “this” plus other selectors?
Is it possible to combine $(this) with $('.someclass')?
Example: $(this + ', .someclass').hover();
I am attempting to use the hover action to animate a non-descendent class. I want the class element ...
4
votes
4answers
62 views
jQuery: can I use z-index to solve this?
Before going into the problem, I thought it'd be best to describe what I'm trying to do... if you go to this fiddle you can see it in (although with problems present) in action:
...
4
votes
5answers
77 views
What language is used for this feature?
I came by this website, while surfing: http://kurdon.com/?lang=en_US
and on the frontpage it has a map of iraq, in which you can hover, and it will highlight the parts. clicking it would, link it to ...
4
votes
3answers
64 views
Unbind hover event on a set of img
I have a problem with a set of images. My aim is to show an related-image when you hover a thumbnail, and hide it when you roll out the image. The problem is that I need to put an delay() on the hover ...
4
votes
1answer
82 views
hovering over child element firing mouse out
On hoverIn - I want to append a box, slide it up
On hoverOut - box should slide down and then remove the box
on a simple list it works perfect [i can hover over the sliding element],
but if im using ...
4
votes
3answers
150 views
Parent li in dropdown not changing color off hover
I have an <li> that on hover shows a <ul> beneath it. I finally got the borders aligned but now for some reason the li:hover color won't change back when I hover off of it. What seems to ...
4
votes
3answers
110 views
non-rectangular hoverable area
I would like to have an arrow which will do something on :hover but only when the arrow itself is hovered (not the rectangle which delimits its width and height).
In short, when you hover on the ...
4
votes
3answers
390 views
Losing hover when animating with jQuery (without moving mouse)
I have this row of thumbnails that I am animating with jQuery.
Each of these thumbnails has a hover and active class.
They work fine but when I animate the list, the new thumbnail under the ...
4
votes
3answers
102 views
How do I fix my site after realising the doctype was wrong?
While trying to fix the hover bug in internet explorer I realised that the doctype was written wrong.
I corrected it but now the formatting is wrong in firefox!
The site should look like this but it ...
4
votes
5answers
2k views
Can you apply a CSS hover effect to an element that’s not a child of the hovered element?
I was not sure if this is possible or not. I am working in CSS3 animations right now and I need to hover on a link that will effect other div element(non-child) on the page. I was not sure if there is ...
4
votes
3answers
1k views
CSS: How to affect OTHER elements when a div is hovered
I think this is a very basic question but I not sure how/if it can be done.
What I want to do is to is a certain div is hovered, affect the properties of another div.
For example, in this simple ...
4
votes
2answers
1k views
Hover, mouseover and mouse out
I'm learning and using jQuery and want to display a delete icon for some elements.
I have an outer main div, which contains number of wrappers for elements. Inside the element wrapper, I want to ...
4
votes
4answers
199 views
jQuery - Preventing queuing up hover functions from fast mouse movements
This is an issue I seem to keep coming across. If for example I have a drop down navigation menu using a jQuery hover() function and I quickly move my mouse cursor over then off the <li> about ...
4
votes
4answers
727 views
IE8: Div hover only works when background color is set, very strange, why?
Situation: Got a div with buttons images. Div needs to fadeIn on hover. Works in all browsers, except Internet Explorer. When I give the div a background color it suddenly works.
Check: ...