Thanks again for the excellent code truefusion. This seems to work perfectly on its own but as I try and integrate it into my existing site it reports function undefined errors under firebug. This could be of course my own fault but I've tried including the jquery file in the header and also just in the body before the acutual slide show begins.
I am beginning to suspect it may have something to do with my other included .js files in the header conflicting? I have an idea I will try remove them and see how it goes.
example of problem and one working fine at this stage.
http://sonesayi.com/si/http://sonesayi.com/si/slideshow.htmlupdate 9.19pm NZL Time 24/01/2009
I have checked and taken some screen shoots to confirm that does appear to be conflicts with the 3 scripts
CODE
<script type=\"text/javascript\" src=\"js/prototype.js\"></script>
<script type=\"text/javascript\" src=\"js/scriptaculous.js?load=effects,builder\"></script>
<script type=\"text/javascript\" src=\"js/lightbox.js\"></script>
When I comment these out there is no error and the page functions fine. Now I'm at a loss at to what to do right at this time. Any ideas welcome ^^
update 11.10pm NZL Time 24/01/2009
fixed js conflicted. change functions prev, next to prevItem, nextItem (conflict with next function somewhere).
jQuery.noConflict();
Comment/Reply (w/o sign-up)