0
votes
3answers
23 views
adding fade to jquery image replacement
Hello-
Im creating a nav that uses jquery to replace the image on rollover. Here is the code I am using:
http://peps.ca/blog/easy-image-rollover-script-with-jquery/
basically, …
0
votes
4answers
64 views
Image rollover-zoom near mouse
I have an advent/christmas calendar. Everyday is another picture with one more door opened. To make these regions clickable I used CSS and IDs like this:
CSS:
ul#doorregions {
…
0
votes
0answers
100 views
iPhone Date Picker rolls over to 2010 on December 27th?
So I implemented a UIDatepicker in one of my applications for scheduling and autodialing teleconferences... everything is pretty much ready to go except, while testing I noticed th …
1
vote
6answers
107 views
Gradually changing color
How does the logo in the top left corner of the screen gradually change color as a rollover? I think its done in jquery. If you don't know the code can you point me to a tutorial t …
1
vote
1answer
22 views
Simple problem: Safari and CSS/Javascript Rollovers.
Basically I have a bunch of IMG tags wrapped in a bunch of divs, and some javascript to make them do rollovers. The page functions beautifully in IE and in Firefox, but Safari give …
0
votes
3answers
196 views
Need Regular Expression for Javascript string replace
I need a regular expression that will properly work, the current one I have is breaking.
The goal is
Normal src for an image is:
Image.png
Using jQuery on hover I dynamically f …
1
vote
2answers
62 views
Preload Mouseover Images in Rails
I currently have a rollover button implemented in rails as follows:
<%= image_tag("header/home_but.gif", :mouseover => "header/home_over.gif") %>
How can I preload/cach …
0
votes
2answers
81 views
Problems with CSS Rollovers in Internet Explorer
I have created a portfolio website which currently runs well in Safari and Firefox but has problems in IE 5, 6 and 7 (not 8). The Portfolio/About/Contact rollovers (pure CSS) and t …
0
votes
1answer
56 views
DD_belatedPNG.js - how to access the vml object? this is for a PNG image-swap.
I am trying to use Drew Dillard's awesome DD_belatedPNG fix + jQuery to achieve a run-of-the-mill image-swap on hover -- but with PNGs, and to work on IE6.
Example: <a id="thel …
0
votes
3answers
81 views
Is there a way to program an mouseover image that controls 2 divs [larger image AND a text description]
the design calls for an image gallery with thumbnails for different characters and when u roll over a thumbnail a larger version of the image appears and in a div to the left with …
1
vote
2answers
301 views
Jquery Mouseenter/Mouse Leave image swap
Hey Guys,
So I wrote this little bit of code to try out some new way of doing an image swap for purposes of preloading and I am having a bit of trouble.
My problem is that I have …
1
vote
2answers
286 views
Flash Banner with rollover/rollout - overlapping button cancels rollover
Hi all,
I'm doing a work project that uses Flash CS3 / AS 2 (and cannot use AS3). I have a rather interesting and hairy problem that is taking up quite a bit of time and sanity.
…
1
vote
1answer
260 views
Jquery Image Switch
Hey guys,
I am using an image switch function in Jquery for a site I am building. There are a ton of projects so I am heavily compressing a lot of these images. Some of them howev …
0
votes
1answer
101 views
Rollovers on non-decendent objects in jQuery
Hello All,
I'm new to the site and need some help!
I need buttons that when rolled over, they reveal a table (I got that done), as well as change their own image to a tab (which …
0
votes
0answers
31 views
How to swap a SWF file with an image on a disjointed rollover
I have a site that has a short SWF file that plays when the site is loaded. I want to use the space where this SFW file is at to display images when a thumbnail is clicked. I have …
