jcarousel, IE and a page load

Joined: 04/02/2010

Hi folks,
I've been trying to implement jcarousel into my site/portfolio. I've managed fine on chrome/firefox.. I've implemented the 'circular' carousel.

Altough on I.E the carousel seems to throw an offset to the left as soon as i do run a $load...

So when user clicks on a LI item, a function containing this is launched:

var ContentHolder = $('#Content')
ContentHolder.load('portfolio/'+newUrl, function() {

})

As soon as the html file is loaded the jcarousel items jump to the left. You can see this if you goto

dannyhearn.me

and click on any item to the right of the center... Sounds werid i know!

  • Not sure if this is enough info for anyone to help?, and or if anyone has heard of this before...
  • I'm thinking when jcarousel runs in I.E it does a check on the height which changes after an onload...

any thoughts ideas welcome :)

danny