Im using google.load to fire up jquery and it seems that its causing
jCarousel to behave funny in chrome / safari, firstly if the jcarousel
call is before the carousel itself then the next / previous buttons
stay disabled then if you move the call after the carousel then it
lose position and scroll more than it should compared to firefox etc.

im using the simple template as a debug as the page i am using this on
has allot of other function which i thought to be the problem
originally, here is the code i am using.

<script language="javascript" type="text/javascript" src="http://
www.google.com/jsapi">
</script>
<script type="text/javascript">
google.load("jquery", "1.2.6");
google.setOnLoadCallback(function()
{
    $('#mycarousel').jcarousel({
        vertical: true,
        scroll: 2
    });
});</script>
<!--
  jCarousel library
-->
<script type="text/javascript" src="../lib/jquery.jcarousel.pack.js"></
script>

Any ideas how to get safari behave for this?

Reply via email to