Issue with query Slider

Associate
Joined
23 Jun 2007
Posts
552
Location
South East
Another question for the web guys!

When I first load my site the jquery slider displays its content in a list and then re arranges in to the slider. It's hard to describe, you can see it in action HERE.

It is absolutely doing my head in. Any suggestions on where to look or what to change? I really have minimal knowledge unfortunately.

I've seen a couple of suggestions to check that I have overflow;hidden which i believe I do.

Any help greatly appreciated.

Thanks :)
 
That is really slow to load. I would suggest you keep the html in there, but temporarily disable the js. This will give you the same view as when it's just loading.

Your next step will be to try and style this default view so it fits in better. I would try floating the li's so they go side by side (like they do once the slider is active) and then set px dimensions on the ul along with overflow: hidden.
 
Back
Top Bottom