Looking at the HTML you have inside the <ul> that is the carousel, you have like
<img src="images/home/featuredProject-1.jpg" /> meaning according the the path it would look at for the image would be http://www.fireloopcreative.co.uk/clients/new_fireloop/images/home/featuredProject-1.jpg which throws a 404 not found error On Dec 4, 1:34 pm, FireloopCreative <[EMAIL PROTECTED]> wrote: > Hi, > > I've got 2 jQuery features in 2 pages of a site I'm building. One is a > show/hide list that's working perfectly, but on another page I've got > a carousel image slide feature that's working when viewed locally but > not when it's uploaded to our test server, which I can't understand. > > I've tried referencing the jQuery file and the javascript code locally > and absolutely to no avail, the same thing's happening, I'm getting > nothing online. > > Here's what I've got in the header - > > <script type="text/javascript" language="javascript" src="lib/ > jquery-1.2.6.js"></script> > <script type="text/javascript" language="javascript" src="lib/ > jcarousellite.js"></script> - this is the 'functional' bit > <script type="text/javascript" language="javascript" src="lib/ > carousel.js"></script> - this is controlling the speed etc. > > This is the page that's working perfectly > -http://www.fireloopcreative.co.uk/clients/new_fireloop/services.php > > Here's where it's not > -http://www.fireloopcreative.co.uk/clients/new_fireloop/index.php > It's the big grey hole in the first column... > > If someone wise in the ways of jQuery could shed some light on what > I'm doing wrong I'd much appreciate it as I've been trying to figure > out the schoolboy error I've made for hours now! > > Cheers, > > Dave