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
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!
any thoughts ideas welcome :)
danny