Questions tagged [rollover-effect]

34 questions
5
votes
1 answer

Any alternatives for the JQuery Hilight plugin?

When I found Hilight I almost fell down my chair. It's exactly what I need :) Now, the sad thing is that the demo doesn't seem to work in IE8. Are there any fixes or alternatives out there?
cwap
  • 11,087
  • 8
  • 47
  • 61
3
votes
2 answers

Need to change an image href rollover effect into a td onclick

I am not an experienced javascript, css coder so I would appreciate as much help as possible. I've read some other posts for more understanding; they mentioned jquery but I'm not sure how to go about that either. I have a code that was generated for…
3
votes
2 answers

How can to create a rollover or hover effect to rows in a JTable?

In my application, I'd like to create a rollover effect with the rows of a JTable. For example, when the mouse enters the row, the background color of that row will change; conversely, the color of that row will return to normal when the mouse exits…
2
votes
1 answer

Using a mouseEnter event to scale a button

this is my first post here. First off, some background, I'm new to C# and am literally in my teething stages. I'm a chemical engineer and mostly have experience with languages like MATLAB and Mathematica, but i have always liked programming and have…
Aleksandr Albert
  • 1,777
  • 1
  • 19
  • 26
2
votes
1 answer

background rollover on responsive image using CSS

I am trying to have an overlay effect on a responsive image using CSS3 and bootstrap3. The problem is that the rollover brings an overlay background which applies on margins, so bigger than the image itself. Here is my html:
1
vote
3 answers

Why isn't my rollover image working?

I have a code for my site, when an image is clicked a pop up window displays which is working fine. However, whenever I roll over the first rollover works, but the original image before the rollover does not show anymore? why is this?
Miura-shi
  • 4,409
  • 5
  • 36
  • 55
1
vote
1 answer

How do I make a rollover using png and jquery?

I reverse coded a script I found online and it works well, the only problem is that the hover image loads at complete visibility until the action of hover occurs. This is the script: $(document).ready(function() { $("img.b").hover( function()…
Derek Holliday
  • 89
  • 1
  • 12
1
vote
3 answers

how to get the same jquery hover effect for this social icons?

How can I get the same jQuery hover effect (easing) like that in the Epione blogger template? I've tried so many ways to put it into my blog but I think I'm noob in jQuery Animation codes. I will be very grateful if you can help me in this. HTML…
1
vote
5 answers

Endless fade looping with jQuery image rollover effect

my intension was to replace images with nice fade effect: i have one image A as background. on mouse hover, image B fadeIn. on mouse out, image B fadeOut and we can see image A again. i'm using this code: