rollover image is an image that changes to some other image when you or your customer rolls the mouse over it
Questions tagged [rollover]
451 questions
1
vote
2 answers
Java Swing - isRollover() value in JButton model
I was testing the ButtonModel's behaviour and I came across a strange situation. The isRollover() method does not return the expected (according to me) value.
Here is the sample code I've just created:
import java.util.logging.Level;
import…

radekEm
- 4,617
- 6
- 32
- 45
1
vote
3 answers
Rollover without image change
I have a small thumbnail image that I wish to change when the mouse rolls over it. I was wondering if there was a way to do this without swapping images on the rollover. For example, through CSS could I have the opacity change on rollover? If you…

computersaurus
- 175
- 1
- 1
- 11
1
vote
1 answer
rollover layer hidden behind another layer
I have some icons that have a rollover.
http://devjohnson.com/faq
If you go to the top right and roll over the FB or the TW icons, you will see the rollover shows up like 10 pixels and the rest is behind the grey layer. I cant figure out how to get…

Caroline
- 25
- 5
1
vote
3 answers
How to randomise and mimic a rollover in jquery?
I have a JQuery script which acts as a simple image rollover with a nice fade effect.
Here is a test version of the current script in action - http://fi-testing.co.uk/SO/rubix-cube.html
As you can see, there are 9 blocks, the client wishes for the…

Dan C
- 495
- 2
- 15
- 30
1
vote
1 answer
Arduino millis() rollover? Why button stops responding after some seconds turned off
I have a sketch simulating a bicyle tail light. When I click button, led starts blinking. When I click again, it stops blinking.
If I turn blinking on and off without taking too long, everything works fine. However, if I let the blinking off for…

heltonbiker
- 26,657
- 28
- 137
- 252
1
vote
3 answers
jQuery plugin Tablesorter 2.0 behaves weird
I downloaded the jQuery plugin Tablesorter 2.0 from
http://tablesorter.com/jquery.tablesorter.zip and modified
the example-pager.html which is in tablesorter/docs directory
I wrote additional Rollover effects:
$(function() {
…

Gunther von Goetzen Sanchez
- 156
- 2
- 13
1
vote
2 answers
Opening a window in javascript (window.open) on rollover without getting blocked by popup blockers
I like to open a new window (not in the same window) in JavaScript with window.open on rollover (without click event) and it gets blocked by popup blocker in IE and Firefox. Is there a workaround for this?

Norbert Tamas
- 4,464
- 5
- 23
- 28
1
vote
2 answers
Show information over image on rollover
I want to be able to show information (HTML basically) over an image when the mouse rolls over the image... I know there is a .hover() jQuery function but am unsure how to use it to get the desired effect.
Ideally when a user hovers over an image it…

Chris
- 26,744
- 48
- 193
- 345
1
vote
0 answers
Image map rollover javascript
I have the following code. I divided an image in 10 sections and I want to change it to different ones when hovering each of the sections.
Also, I am using this code on multiple images.
The code perfectly works on the first five but not on the…

Gonçalo
- 119
- 1
- 12
1
vote
2 answers
Javascript knocks out CSS:hover?
Hi im trying to make the Product Categories menu work on this page:
http://www.jaybrand.co.uk/p1.html
at the moment the page loads and CSS hover works to set the background position so that the graphic behind makes a roll over effect.
i put some…

Will
- 11
- 1
1
vote
0 answers
Make image pop up after hover over
I have a grid of images which is acting as my nav bar; you hover over one and the others around in lower in opacity.
What I want to happen is when you hover over one of these images, it triggers its respective page title to appear underneath the…

zed.1
- 13
- 2
1
vote
3 answers
Creating Rollover Images in ASP.Net
I have a menu bar of images. What is the best way to create rollover images for the menu bar?
I am using Visual Studio 2008 in VB.Net

JPJedi
- 1,498
- 7
- 32
- 58
1
vote
0 answers
Rollover image and div not appearing in IE11
I have a website that im building for the first time called www.heyjesse.uk, its live at the moment. however the website works perfectly in chrome etc. but when i open it with internet explorer 11 the rollover image that i have in the div does not…

Jesse Davies
- 21
- 2
1
vote
2 answers
Disjointed rollover issues in explorer and safari
I have got a disjointed rollover script from Dax Assist: www . daxassist . com/js/disjointedrollovers.cfm
check out the page I'm working on: http://www.gherkin.co.nz/tester/
The rollovers works pretty well on firefox, but in Explorer the larger…

Allan
- 11
- 1
1
vote
1 answer
Fade image out and fade text in on rollover
This is the website I'm working on: http://threesamples.tumblr.com
I'm having the most idiotic problem, but nothing I try seems to work, so I figured I'd come here.
I'm working with a Tumblr theme that doesn't have support for captions (except when…

sotorrific
- 11
- 1