Questions tagged [rollover]

rollover image is an image that changes to some other image when you or your customer rolls the mouse over it

451 questions
1
vote
1 answer

How to scale rollover image in relation to browser size

I am currently working on a webpage using only three rollover images. One of the rollovers is clickable. When a user puts their mouse over an image it would rollover to reveal a second image that has text on it (not a text box). I have my webpage…
1
vote
1 answer

Flex - Remove horizontallist rollover color

I'd like to remove the rollovercolor of a horizontallist (my component has a background image). I've tried using a css style sheet by setting the "roll-over-color" property to "transparent"... But I get a black background >_< Could anyone help me…
BS_C3
  • 385
  • 1
  • 6
  • 23
1
vote
0 answers

Dreamweaver's rollover image not working with IE10

I've a problem with IE10 and Dreamweaver's rollover image. In my homepage I put 6 rollover images, and one of these pictures is show like broken image (look the link below)... I don't know why... This is what I see in…
Barz8
  • 11
  • 2
1
vote
2 answers

Listening for rollover on a JToggleButton in ChangeListener?

Keeping in mind that MouseListeners for Swing buttons is a big nono, how can my JToggleButton listen for rollover/mouseOver events? The code below does not print out "rollover". import java.awt.event.ItemEvent; import…
user2651804
  • 1,464
  • 4
  • 22
  • 45
1
vote
2 answers

jQuery Rollover Image

I have a page with a number of images, and I'd like to use a rollover effect for them, i.e., when the viewer moves their mouse over an image, the image source changed. I've tried this Change the image source on rollover using jQuery But the…
Jaeeun Lee
  • 3,056
  • 11
  • 40
  • 60
1
vote
3 answers

Text over image using CSS transitions

I am an illustrator making a portfolio site. I'm trying to simply create a rollover css transition with Dreamweaver. I would like it so when you roll over the image the text will rise up to give a description about the image.
user3466579
  • 31
  • 1
  • 6
1
vote
2 answers

Changing background image on rollover with CSS

I am trying to make my div change its background on rollover, but I would like to avoid using JavaScript. Here is my code: