Hey Gang!

I've been look for a free, cheap and easy image carousel using prototype.js
- before you fling me a link or two, I've looked at whats out there and they
either dont do what I want OR they are overkill.

Here's the scoop:

Client's home page has a 920x200 image of his cities skyline that is
currently loaded in via .css like this:
CSS: #in-header {background:#505050 url("../images/header.jpg") top right
no-repeat;height:202px}
HTML:  <div id="in-header">
           <h2>Business Description</h2>
           </div>
 What I want to do is leave the above intact as the default and then
'onpageload' call a script and set an 8 second timer and at the end of that
8 seconds make an ajax call to retrieve the next slide in the rotation, once
received update the image displayed in the in-header div to the new image.

Any suggestions?

Thanks!

Pete

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to