Questions tagged [onhover]

215 questions
0
votes
3 answers

pure css on hover text change

I have three divs when hovered changes the text right below them (This is Text A, This is Text B, This is Text C). The default active text is Text B. I want to the color of div.b to change when I hover over div.c I have this working for the hover…
easd
  • 3
  • 2
0
votes
1 answer

Using hover and click for same effect using CSS animation

I currently have a hover effect on a div using CSS (code below) how do I make the effect occur on hover and on click. I believe its using .hover as well as using .active but how would I use them together on the CSS code below. .maincontentdiv:hover…
user3760124
  • 415
  • 1
  • 4
  • 6
0
votes
8 answers

expand a div (on hover) on top of another div

How to expand a div (on hover) on top of another div? How I can do something like is showed in the attached picture?
0
votes
2 answers

Where is the best place to create a sprite ready for animation?

I am working on a site and I have animations using: spriteOnHover (Sprite on Hover) – jQuery plugin My issue is that my animation stops and I have a feeling that is it the way the PNG is set up. As you can see from these the…
Tired_Man
  • 97
  • 1
  • 15
0
votes
1 answer

Css Hover are consistent even if not hovered

Would just like to ask what could possibly go wrong, I'm using wordpress and modified the theme css few years ago, I havent check the site for years and upon looking the hover for each element of circle was staying on hover effect even if it is not…
Dek Dek
  • 101
  • 1
  • 2
  • 10
0
votes
2 answers

How to view all system generated Intents?

Is there a way to view all intents that are generated by the Android OS's at any moment but maybe filtered by the activity ? Specifically I am testing the onHoverListener - I want to know if my activity is throwing away the hover motionevent or…
0
votes
1 answer

$(window).scrollTop in IE 8 Browser is causing issues with links, how to fix?

Ok, I've narrowed it down to a problem with the $(window).scroll somehow, seems to be within the code on the pages here: $(window).scroll(function() { var $width = $(window).scrollTop() > $("#header_image").outerHeight() ? .92 *…
Solomon Closson
  • 6,111
  • 14
  • 73
  • 115
0
votes
3 answers

On Hover Button

I have a simple button, and I want to use CSS to make it onhover, bring up a dropdown of a few more buttons with links, and when the button is pressed I want the button to stay at the onhover state. How can this be accomplished? For example a games…
user2565624
  • 83
  • 1
  • 6
0
votes
4 answers

Alternative to css $.hover() using toggle does not work

Hi i have the following js code: $(function () { if ($('html').hasClass('csstransforms3d')) { $('.thumb').removeClass('scroll').addClass('flip'); $('.thumb.flip').hover( function () { …
Jeremy
  • 2,516
  • 8
  • 46
  • 80
0
votes
1 answer

show container on hover different container

i'm trying to show a hidden div while hovering over the logo of the page. the website is: http://www.enbloc-magazin.de/ as i said i want to show a container (#snowflakesContainer, display: none;) while hovering ov the logo. i used several scripts…
0
votes
1 answer

Horizontal dropdown navigation pure css

I am working on a site with a horizontal dropdown navigation but it's not working as it should. I can't get the second level navigation to hide until the first is hovered on. I get that I need the direct descendant. Also when the current page is on…
o_was
  • 1
0
votes
2 answers

IMG shadow onmouse hover CSS

I want when i mouse over star image and text inside star (which is 7.1) to get shadow around star - like in number 1 on picture. The problem is when i mouseover over star then is shadowd(number 1 in picture), but when i mouseover on text 7.1 then is…
user1949029
  • 151
  • 1
  • 1
  • 8
0
votes
3 answers

Css help? Images on hover

Hey guys i need help with some css i have some images that expand when i hover over them but it pushes everything away at the same time