Hi,
On May 19, 1:47 am, mpmchugh <
mpmch...@...> wrote:
> I'm having a problem.Initialimages are not showing up in IE until a
> millisecond before autoscroll advances, or if manual, until you click the
> forward arrow.
>
> This is working fine in Firefox and Safari.
>
> I'm using background images in the li for drop shadows, but it doesn't work
> without them either.
>
>
http://whitestone.df-dev.com/>
> (orange box in lower right)
>
> Any idea why?
the trick seems to be setting a width for the list in the css file.
Just add
.jcarousel-list-horizontal {
width: 1000px;
}
to the skin.css. That fixed it here.
Jan