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
2 answers

CSS Sprites and Image Mapping

I am trying to embed CSS Sprited css classes into an image map. Initially, I created an HTML image map that loaded 8 pictures: A square image with 7 buttons = All grey when not hovered over. 7 square images each with one button with color for the…
GJD
  • 11
  • 1
  • 2
1
vote
1 answer

TLF text is preventing onMouseOver event

Basically I have some TLF text as a symbol, it's read only, the font is embedded and I set mouseEnabled to false. It's sitting as a graphic, on top of a button. When I mouse over the text, or the area where the text would be, it prevents the button…
Matthew Rhoden
  • 688
  • 1
  • 10
  • 20
1
vote
1 answer

Making two adjacent div's rollover together if you hover over either div

I have created a DIV with two DIV's inside it; A DIV with a rollover image and A DIV below it with text and normal rollover behaviors. They text describes the image and they are both links to the same place so I want them to both rollover together…
1
vote
1 answer

java jbutton change rollover border color

When you roll over a Jbutton there's a greyish border that comes up to show the rollover effect. Is there a simple way to change the color of that border say to red?
jhlu87
  • 3,999
  • 8
  • 38
  • 48
1
vote
1 answer

CSS button hover issues between Firefox and Chrome using image sprite

The rollover uses a single image for both the regular and hover states. The buttons display fine in both Firefox and Chrome, but the rollover does not work in Firefox. Here's the HTML, which uses a list for multiple buttons (just a single instance…
David
  • 565
  • 4
  • 7
  • 14
1
vote
2 answers

Flex itemrenderer disable rollover but keep alternating colors

Is there a way to customize the rollover and selected colors of an item renderer without losing the alternating background colors? When i set the autoDrawBackground flag to false the roll over effects stops but for some reason the alternating…
Arjen vd Have
  • 119
  • 11
1
vote
2 answers

Flex Air RollOver on inactive Native Window

I have a Native Window in Flex AIR. Let's say the window doesn't have a focus. It is inactive. Is it possible to find out when mouse is over such window? The window is always in front. I heard that it is possible by checking stage.mouseX in ENTER…
KOsmos
  • 15
  • 3
1
vote
2 answers

Image Rollover, no Javascript, no Link, pure CSS, code validate and Broswer compatible

Image Rollover, no JavaScript, no Link, pure CSS, code validate and Browser compatible. Hello all, I have been working 24hours strait to come up with this fairly easy solution. I want to know if everything is all right and if there are ways to…
1
vote
3 answers
1
vote
1 answer

Text link to show an image on hover

I am trying to get a link when hovered to show an image just to the left of the link. I have achieved almost what I want minus I am having an html issue. Trying to get my redtext class to show up on the backslash on the link that has the rollover…
user720033
  • 113
  • 1
  • 1
  • 6
1
vote
1 answer

CSS code to make Gif play outside of hover area

I’m creating a simple webpage for Halloween. I have a background JPG of a starry night sky with a moon in the center. Background 500px by 500px. Moon area would be roughly 100px by 100px center on the image. I have a gif I made of a witch that fly’s…
Robert
  • 63
  • 6
1
vote
1 answer

IE7 rollover not working

I have some code which is working fine in IE8, FF & Safari on a PC, but not in IE7. The idea is to have a large button, with a background image in the tag, and text & a foreground image. When the user rolls over the button, the background image is…
user632097
  • 23
  • 1
  • 5
1
vote
0 answers

RollOver targeting retina display not working in JavaScript

I have created a function to loop over some images and simply have a rollover functionality applied to them. Because I am supporting retina images I am using the picture tag, thus each of my images look like this.
Antonio Pavicevac-Ortiz
  • 7,239
  • 17
  • 68
  • 141
1
vote
1 answer

Get all rollover indexes in ES

I have elastic search rollover indexes like as shown below /logs-dev-myapp-000001 /logs-dev-myapp-000002 /logs-dev-myapp-000003 /logs-dev-myapp-000004 /logs-dev-myapp-000005 : : /logs-dev-myapp-000030 Can anyone please tell me how to find all the…
Alex Man
  • 4,746
  • 17
  • 93
  • 178
1
vote
2 answers

flex Spark Tab bar rollover index

I am using a the spark tabbar and gave a view stack as dataprovider.....in the view stack there are n elements ...and each element has a panel.... my code would be some thing like this....
Red
  • 43
  • 1
  • 6