I would appreciate any input here, as I've spent quite a bit of time looking into it, and haven't got very far :-(.
I have a page that is running the Sorgalla jCarousel, and this runs fine on the other pages in the site.
On one particular page, I also have overlay/tooltip/tabs jQuery tools running. However, I can either have the carousel working by commenting out the include:
<script type="text/javascript" src="javascript/jquery.tools.min.js"></script>
....which means the tools don't run, or I can have the tools working by commenting out the includes:
<script type="text/javascript" src="javascript/jquery-1.1.2.pack.js"></script>
<script type="text/javascript" src="javascript/jquery.jcarousel.pack.js"></script>
....which means the carousel won't load.
I initially thought it might be a version issue, but I have tried the latest versions of the jquery library and the jCarousel with no joy.
I'm hoping I've missed something simple - any help greatly appreciated :-)