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
2
votes
6 answers
Gradually changing color
How does the logo in the top left corner of the screen gradually change color as a rollover? I think its done in jquery. If you don't know the code can you point me to a tutorial that can? Thanks.
http://www.shopdev.co.uk/blog/
UPDATE:
Thanks…

usertest
- 27,132
- 30
- 72
- 94
2
votes
1 answer
Jquery Image Switch
I am using an image switch function in Jquery for a site I am building. There are a ton of projects so I am heavily compressing a lot of these images. Some of them however dont look nice as .gifs and it really only makes sense to make a .jpg.
My…

antonanton
- 581
- 4
- 13
- 30
2
votes
2 answers
Flash CS6 Actionscript 3.0 button rollover forces movieclips to play uncontrollably
I'm a beginner when it comes to Actionscript 3.0 for Adobe Flash CS6. I'm trying to make a basic, plain animated interactive logo for a web portfolio, and have encountered a problem while trying to fix rollOver issues with triangles in the logo.…

Ian Nancarrow
- 21
- 1
- 3
2
votes
1 answer
HTML rollover sound - only pauses
I have a nice rollover with the sound on 3 images. When you roll off they pause. I'm trying to get them to restart when they are rolled over again, not start from where they previously were, which they currently do, i tried changing pause to stop in…

Sarah Baker
- 23
- 2
2
votes
1 answer
Do any python tools exist for rolling over log/configuration files?
Here's what I'm trying to do:
modify a default configuration file on a local machine (Thing.conf).
save the previous config file on a virtual client to something like Thing.conf.1, and keep track of the previous 10 or so conf files. (Thing.conf.2,…

Cameron Sparr
- 3,925
- 2
- 22
- 31
2
votes
2 answers
Rollover list with the first child already activated?
Sorry for my poor english, I'm french !
The first li is already in red, but I want classical rollover effect (only css)
- 1111
- 2222
- 3333

gglj
- 23
- 3
2
votes
2 answers
Is it possible to use jQuery into background-image of different div?
I want to fade in background-images on a different disjointed div...
http://www.bpanzullo.com/WebTech/index.html
Using id's from the leftnav class (either hover or click is OK) to show up in the #rightcol div using #rightcol background-image (using…

Bob Panzullo
- 31
- 4
2
votes
3 answers
Tab style nav bar with Jquery
Hi I have been trying to find an answer to this question. I am trying to create a nav bar using jquery that uses rollovers. So there is an On state, off state, clicked state for three diffrent tabs/images.
example:
Home | Support | About
The problme…

Rob
- 333
- 5
- 25
2
votes
3 answers
Javascript error in IE (rollover)
i have some javascript roll over code that works fine in firefox but when i try it in IE i get this error:
Message: 'document[...]' is null or not an object
Line: 25
Char: 13
Code: 0
URI: http://www.jgm-design.com/
the code im using is:
if…
Jonny
2
votes
3 answers
Simple jquery image rollover
I have multiple thumbnails and want the main image to represent a large version of the thumbnail when each thumbnail is rolled over. I appreciate this must be a common usage, but I am struggling to find a simple solution.
I have used the following…

Pete Norris
- 1,056
- 7
- 24
- 36
2
votes
5 answers
Trigger onMouseOver when mouse pointer already is over after page load
I have several pages that are all very similar. They have some javascript rollover links (images are preloaded, then there is a onMouseOver event that calls an image swap function and finally, there is a onMouseOut event that restores the original…

Chalk Da Stick
- 23
- 1
- 4
1
vote
2 answers
rollover + text
I have a menu with tiled images w/text under them. See Fiddle:
http://jsfiddle.net/techydude/GF8tS/
Is there a way I can rollover the box and have the text also activate its hover state, and vice versa?

TechyDude
- 1,165
- 3
- 16
- 24
1
vote
2 answers
when using a rollover image to submit a form, my validation is ignored
I'm using JQ and CSS to validate a form, and in conjunction with some JS I'm hiding part of the form until the user clicks continue. However I can't get the styling to be applied to the continue or join now buttons in the form
You can see my example…

user1249734
- 11
- 1
1
vote
0 answers
Add a rollover effect to a MigLayout table
I want to add a rollover effect to the current row of a table layered with MigLayout.
I guess the best way is to overwrite paintComponent() adding a rectangle fill for the current row bounds.
I can iterate over the table components and ask them for…

plastilino
- 31
- 3
1
vote
1 answer
html / javascript - desaturate / grayscale image rollovers without creating an image duplicate or sprite
I want to do a grayscale to color image rollover on my images, but I don't want to use a technique that requires creating a duplicate of the image, and I want to avoid sprites. Is this possible? How would I go about doing this?

mheavers
- 29,530
- 58
- 194
- 315