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
4
votes
3 answers

jquery rollovers and active states

I apologise for any stupid questions/coding, I'm very new to jquery! I'm trying to create a menu for a one-page site that has rollovers and an active state. HTML:
4
votes
3 answers

Disable roll-over color for List or DataGrid components

I want to get rid of the typical Flex roll-over color in list-based components, and to display my own style of roll-over rendering. Setting useRollOver to 'false' is not an option, since disabling that will also make the List.isItemHighlighted()…
Tom
  • 1,965
  • 3
  • 25
  • 33
4
votes
7 answers

Change image src from multiple image list using jquery

I want to change image src on main image mouse hover i have one script but it work only when two images but i need to change image src from multiple images. My existing code is like DE709 Folding Sunglasses
Jalpesh Patel
  • 3,150
  • 10
  • 44
  • 68
4
votes
2 answers

Thumbnail rollover image is appearing only in the left of screen

I'm learning how to design a website using Dreamweaver CS6. I wanted to make a photo gallery that has the thumbnails shown on the page, but when you roll the mouse over them, it displays the full sized image on the left and a little bellow of the…
Pedro
  • 333
  • 1
  • 5
  • 24
4
votes
1 answer

CSS image rollover does not display correctly when Chrome is zoomed

Objective: To create a clickable button with a CSS rollover. The button is intended to be blue and, when the mouse is over it, the color changes to orange. Problem: My technique works fine for major browsers (Chrome, Firefox, IE). But when I zoom…
Daniel
  • 202
  • 2
  • 7
4
votes
2 answers

New kind of rollover where the anchor is smaller than the image, using CSS?

I have been working on a link rollover effect for my website, to achieve the following: ┌────────────────────────────┐ │ ┌──────────────────┐ │ │ │ │ │ │ └──────────────────┘ │ │ │ │ …
Josh
  • 43
  • 3
3
votes
3 answers

A better implementation of a fading image swap with javascript / jQuery

This is less of a specific problem or error but more of a implementation question. First of I'd like to say that I've been through a lot of fading image tutorials and I have a basic understanding of the different kinds. I hope this doesn't get…
davecave
  • 4,698
  • 6
  • 26
  • 32
3
votes
1 answer

Elasticsearch: Parent-child relationship after rollover

Suppose there is a simple blog index which contains two types: blog and comment. One blog can have multiple comments. The index is created like this curl -X PUT \ 'http://localhost:9200/%3Cblog-%7Bnow%2Fd%7D-000001%3E?pretty=' \ -H…
Marko Vranjkovic
  • 6,481
  • 7
  • 49
  • 68
3
votes
5 answers

Best way to code stackoverflow style 'questions' / 'tags' rollover buttons

Whats the best way to implement rollover 'buttons' like Stackoverflow has for 'Questions', 'Tags', 'Users' at the top. It is actually implemented like this :
3
votes
0 answers

Azure Certificate roll over

I have integrated our app with Azure Active Directory. I am getting emails from Microsoft that I should review the certificates until August 15th. The idea is that I don't know what and why should I do something, since I didn't do anything when I…
andrew
  • 2,797
  • 3
  • 18
  • 16
3
votes
3 answers

Handling wrapping of values in pandas

I am working with data coming from a position sensor that reports in angular coordinates (pitch, roll, and yaw). The sensors readout is such that the maximum reading is 180 degrees. Going past that, the readings jump to negative degrees. For…
Pat B.
  • 419
  • 3
  • 12
3
votes
1 answer

Aurelia rollover image show/hide

Can you change the show/hide within an .js (aurelia) of an image based on a the user hovering over an href? I think I need to add something to the Bind() or Activate(). Something like: activate(){ $( "a" ).hover( ///find non rollover…
Clare Barrington
  • 1,135
  • 1
  • 11
  • 28
3
votes
1 answer

How to style element with pseudoclass ":visited" with an image?

What I'm trying to achieve here: I want an orange square w/"print" as the untouched state. When rolled over I want the girl image to appear. After clicked on I want the girl image to remain as the visited state. What I am getting instead is just a…
Chris Brennan
  • 191
  • 1
  • 10
3
votes
5 answers

Hide / show content via CSS:hover (or JS if need be)

I have the following html:
  • Stuff here More stuff
  • .one { display: block; } .two { display: none; } What is the easiest method, preferably CSS only, to hide one and show two when the mouse…
    Chris
    • 26,744
    • 48
    • 193
    • 345
    3
    votes
    1 answer

    How to change icon for JmenuItem on rollover

    I want to put a rollover effect in my JMenu this is my code: Icon firstPicAcc= new ImageIcon(Welcome.class.getResource("/app/resources/user1.jpg")); Icon secPicAcc= new ImageIcon(Welcome.class.getResource("/app/resources/user2.jpg")); JMenu…
    harraypotter
    • 111
    • 2
    • 2
    • 11
    1
    2
    3
    30 31