> It looks to me like it's working just fine -- that is, it's
> successfully rotating the three instances of the same image, since
> that is what you have in your HTML:
>
>             <div id="headingfade" class="pics">
>                 <img src="images/onelucky.gif" width="712"
> height="273" />
>                 <img src="images/onelucky.gif" width="712"
> height="273" />
>                 <img src="images/onelucky.gif" width="712"
> height="273" />
>             </div>
>
>
> So, I grabbed your page, substituted different images for onelucky.gif
> numbers 2 and 3, and it looks fine (except for the image distortion,
> but that is due to your CSS):
>
> http://test.learningjquery.com/cycle.html
>
>
> --Karl
>



Nice!  Thanks for the legwork, Karl!  You're right.  Looks like Q has it
working now - just needs to rename the images.

Good night!

Mike

Reply via email to