Js sliding scroller wont work :(

Hi all,

Im trying to use a js sliding scroller I found on the web.
Its here: http://sorgalla.com/projects/jcarousel/examples/static_simple.html
More info here although im not 100% on javascript hence my post!:
http://sorgalla.com/projects/jcarousel/

I copied the files, changed the paths and heres mine:
http://www.bluecrushdesign.co.za/brendan/static_simple.html

firstly it has a wierd js error about widths & heights…
secondly it doesnt seem to pick up the css, maybe it needs to be pathed from the js file too?

Thanks in advance!

The carousel does not wait for the images to have finished loading, so the carousel can not discover the width and height unless you provide them.

It is good-practice to specify the width and height anyway, so provide them.

It appears that your css file doesn’t exist.

Can you confirm and fix that too?

There’s something else you haven’t specified the size of, the carousel itself.

Your css script appears to be for jcarousel-skin-ie7 but your carousel on the page has the class jcarousel-skin-tango, which is what the demo uses.

Compare http://sorgalla.com/projects/jcarousel/skins/tango/skin.css and http://www.bluecrushdesign.co.za/brendan/assets/css/skin.css

thanks, css file exists now… doesnt seem to bring in the styles though…

And i have specified the width height here:
<li><img src=“http://static.flickr.com/66/199481236_dc98b5abb3_s.jpg” width=“75” height=“75” alt=“” /></li>

Its ok ill try chat to a developer my end!