[sorry if this is a re-post - msg doesn't seem to have made it
through...]

I have looked through everything I can find, and copied and pasted
examples, and still can't get this to function. I don't care what the
function is at this point - if someone can point out what I am
missing, I would be very grateful.

page example: http://www.horseink.com/chdrsg/jQuery-test.html
in head:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/
libs/jquery/1.3.1/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.cycle.all.js"></script>

<script type="text/javascript">
                        $(document).ready(function() {
            $('#slides').cycle({
                fx: 'zoom',
                random: 1,
                pause: 1,
                delay: -1000,
                timeout: 6000,
                autostop: true
            });
        });
                </script>

CSS: http://www.horseink.com/css/content/css
(div is "#slides")
<div id="slides">
     <img src="i/fadeimages/slide-1.jpg" alt="" width="210"
height="153">
     <img src="i/fadeimages/slide-2.jpg" alt="" width="210"
height="153">
     <img src="i/fadeimages/slide-3.jpg" alt="" width="210"
height="153">
</div><!-- #slides-->

I am sure I've overlooked something; I'm another one of those dreaded
noobs, wanting to get fancier than I have any right to be, probably.

Reply via email to