Rotating images "AJAX like" on a page

I’m looking to produce functionality just like what’s displayed here
(Digitalagentur Leipzig – Medienfreunde) in the “A list with images and
links” section.

I downloaded JQuery, included this plugin, and eventually got it to work
in my Rails app. However, it only worked on FF3 and Safari, not IE7.

So, does anyone know how I can replicate this using Rails and/or
supported frameworks?

if it works in FF3 and Safari, but not in IE7, it’s more a javascript
compatibility issue.
It’s probably better to post this in the jQuery mailing list - a look
at your code will be required to help you, however.

On Jan 4, 4:32 am, Chris S. [email protected]

[email protected] wrote:

if it works in FF3 and Safari, but not in IE7, it’s more a javascript
compatibility issue.
It’s probably better to post this in the jQuery mailing list - a look
at your code will be required to help you, however.

On Jan 4, 4:32 am, Chris S. [email protected]

I’m not so much trying to fix this code as I am trying to find a
solution using what’s provided by Rails out of the box. Is there one?