Has anyone else noticed that when you have the CSS:hover effect applied to an element, hide that element and keep the mouse perfectly still, the hover effect is still present until the mouse moves?
I've has a search but can't seem to find any other threads similar. I know it is probably easy but I cannot find the solution and it will cause me to end up in Bedlam.
To see what I mean, take a look at this Fiddle: http://jsfiddle.net/NsMKN/ and
- Click the black box to expand it
- move the cursor outside the original blackness like where the red X is
- click to hide and keep the mouse cursor PERFECTLY still
- notice the black box is still red???
When the cursor moves, the :hover is not applied as it should, but it there a way to do this without having to move the mouse and without having to apply the hover effect using jQuery myself (leaving it to CSS)?
Update: I've marked Starx as the answer as it does appear to be an IE thing. Thanks for the help guys.


:)not clear what you need but - if you dont wanna apply jquery css effect then how JQuery is tagged in this question but see if this suffice you needs :) jsfiddle.net/2C9vh hope it helps – Tats_innit Jul 15 '12 at 6:10