Questions tagged [rollovers]

42 questions
0
votes
2 answers

jquery rollover , show and hide

I have a small problem with a show and hide jquery. I was hoping someone could explain; when you roll over image i want the btns to show and stay when you roll on the btns, (its currently flickering) Also when you roll off the image btns go hide.…
Paul O'Brien
  • 33
  • 1
  • 7
0
votes
2 answers

jQuery sensitivity to unrelated css selectors

I have been working on a fork of this fiddle - all props go to the original author. It is designed to work with ImageMapster to highlight an html list item when hovering over the image map, and vice-versa, highlight the appropriate image map when…
0
votes
1 answer

Diagram with Rollovers

I am building a responsive site with WordPress and I need to make an interactive diagram with 3 hotspots: each of the 3 icons in the corners of the triangle here will be a different hotspot... When the blue is rolled over, blue arrows & text will…
0
votes
1 answer

Cannot click fixed image with link when another linked image is underneath

I've come across a problem with images containing links. I have a fixed position PNG that acts as a header for my website. This image links back to my homepage. Scrolling under that are a series of thumbnails that you click on to see the full image.…
0
votes
3 answers

Roll over/in on only one element in jQuery

I have a problem with jQuery task: I'm trying to show '«' sign when rolling over a link. The problem is: only one link can be "rolled over" at a time, but the '«' is showing on all of them. Here's the code: $(".list td a").hover( function() {…
Soviet
  • 3
  • 2
0
votes
3 answers

Javascript Rollovers

I am fairly new to JavaScript and I am trying to make it so that when you mouseover a link, an image to the right of the page changes, then changes back on mouseout. Here is my JavaScript: function SwapOut(titleid){ if (titleid == video) …
clancimus
  • 33
  • 2
  • 5
0
votes
1 answer

Still having troube with jquery Image rollovers

Ok I am still having some issues with this code below. I have received some guidance from some SO users and I appreciate that. However, I am still perplexed with what I am doing wrong here. I have a basic rollover jquery script using images.…
Rob
  • 333
  • 5
  • 25
0
votes
2 answers

jquery with on off and click state using images

Hi I am trying to do a tri state rollover using jquery. I want an on state off state and click state. I have to replicate a specific interface style and not using images in not an option. Below is the code that I have used. However, I cannot seem…
Rob
  • 333
  • 5
  • 25
-1
votes
1 answer

Roll overs in interactive pdfs for iPad—nothing is working

I'm having a problem with making roll overs work in an interactive pdf for iPad and mobile devices. I've spent hours looking for a resolution, but have found nothing for this specific issue... What I have is sections in the document where the viewer…
-1
votes
4 answers

as3 RollOver movieclip menu

I'm trying to do a bottom menu like in www.zara.com. My code have a transparent movieclip that shows the menu when mouse rolls over it, and hide when mouse rolls out. The menu appears over that transparent movieclip, so I can use the roll over and…
Fabio Montone
  • 39
  • 2
  • 10
-2
votes
1 answer

Links not working - Dreamweaver CS4

Hey all - I don't know why my rollover links don't work now. I think it may have to do with z-index and divs being hidden. The breadcrumbs for example:
cpk
  • 809
  • 1
  • 6
  • 20
-5
votes
1 answer

Getting

Listed below is the question for the assignment. Assignment: To create this application you'll add a banner ad box located in the upper-right conner of the Web page The ads will be stacked on top of each other with different z-index value. To…
Garbox
  • 5
  • 5
1 2
3