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
1 answer
How can I switch urls for src, mouseover and mouseout - using jQuery
I have product list of around 90 items with images which have src, mouseover, mouseout attributes.
Basically mouseout src is same as image src.
Rollover works fine, however I would like to flip current rollover functionality.
e.g: default image…

lvekua
- 196
- 5
- 17
1
vote
1 answer
Rollover image hides the element below from mouse. How to fix?
Here is an example I've put together to better illustrate this problem:
http://www.saeidmohadjer.com/users/saeid/sandbox/javascript/image_map_rollover/test3/test3.html
When you go from image A area to image B area or reverse, there are locations…

Saeid
- 11
- 1
1
vote
1 answer
jQuery Quicksand + Captify (Rollover Script)
so I have a little issue with my jQuery Captify (Caption on image rollovers) and Quicksand (Image filtering system) not working so well together. When the page loads, my Captify works well when I roll my mouse over the images, however as soon as I…

Husam Elfaki
- 13
- 4
1
vote
1 answer
Rollover image over a button in html
So I am currently building a landing page for an app that will be soon coming online - However, I have only developed the iOS version so far and will start the android development once the iOS version has gone live.
Now, on my landing page - I have…

SkywalkerA
- 85
- 1
- 1
- 7
1
vote
0 answers
Editing Log4j2 Default Rollover Strategy's Delete action in code
I have code written that should edit my RollingFileAppenders DefaultRolloverStrategy in code -
DefaultRolloverStrategy newStrategy = DefaultRolloverStrategy.createStrategy(Integer.toString(max), "1", "max",
"2", null, true, config);
…

Chase
- 267
- 1
- 6
- 20
1
vote
1 answer
ElasticSearch RollOver index - Why can't an alias point to multiple indices?
Lets take the following scenario.
I have an alias A1 pointing to index I1. Now, I would like to use rollOver feature of ES and create index I2 and make alias point to I1 and I2.
Can I always keep rolling over and make my alias A1 point to last 2…

Anirudh Kashyap
- 297
- 1
- 5
- 16
1
vote
3 answers
creating a random background color in SASS
I am attempting to have a rollover effect have 1-3 different colors in Sass. How would I do this? Here's my code so far..
input[type=submit] {
font-size:1.3em;
padding:5px;
font-family:$paragraphFont;
width:400px;
border:1px…

Brixsta
- 605
- 12
- 24
1
vote
0 answers
Detecting RollOver files in Java
I am listening changes to a syslog file in Java. I use the accepted answer to process new entries to the file. However, I couldnt find an efficient solution for detecting rollover files. Syslog file might be rolledover daily or based on filesize.…

Mesut
- 916
- 1
- 7
- 17
1
vote
1 answer
Javascript multiple rollovers
I am trying to do a multi rollover with Javascript. I know a lot of people say to use css, but it's going to be done in Javascript this time around.
Anyway, I am having much trouble with this rollover hierarchy. I have a button image nav with five…

jumbojs
- 4,768
- 9
- 38
- 50
1
vote
1 answer
Text over top of image scrolling left and right
I am trying to create a rollover effect image with CSS. The image starts with just a title overlaid, then when hovered over a text overlay appears. I am happy with how it is going so far, except the text area that comes over the top the text runs…

Chris
- 313
- 1
- 4
- 21
1
vote
1 answer
Rollover on 'layered' element... possible?
How would I do the following, preferably just using CSS (but possibly jquery too) and PHP.
I have a div area, button_background, which has a background image. Inside that div is an A tag, which has a background that overlays the div's background.…

cannyboy
- 24,180
- 40
- 146
- 252
1
vote
2 answers
Change div image AND text on hover with one link
I have a DIV that needs to change the opacity of an image on rollover AND the color of the text. At the moment rolling over the image triggers the image opacity but has no effect on the text and vice versa.
…

lowercase
- 1,198
- 9
- 34
- 56
1
vote
2 answers
AS3 Simple movieclip rollOver question
Simple question..
I have 1 MC with buttonMode=true. There are 2 text fields nested inside 1 button graphic inside the MC. My question is that when I roll over my mouse to my button, the roll over effect is gone if I roll over my text fields....the…

FlyingCat
- 14,036
- 36
- 119
- 198
1
vote
2 answers
need rollover effect for row of 9 perfume bottles
For a perfumer's website I'm displaying a row of nine bottles on a shelf. It appears as one continuous photograph. I've cut it into nine seamless slices, each in its own table cell with its own id.
I'm thinking to use jQuery as I want the following…

user410313
- 11
- 2
1
vote
2 answers
CSS image rollover map and jQuery : how to use a second li list?
I'm currently using this clickable map (Wolf's map) but I would like to use a second li list of countries in addition of the one that serves as a foundation for the script. The second menu cannot be in the same DIV as the map for presentation…

Romain
- 21
- 5