Initial images not showing up in IE6

View: New views
3 Messages — Rating Filter:   Alert me  

Initial images not showing up in IE6

by mpmchugh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm having a problem. Initial images 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?

Thanks,
Michael

Re: Initial images not showing up in IE6

by Jan Sorgalla :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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


Re: Initial images not showing up in IE6

by mpmchugh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Jan,

That did the trick. That wacky IE!

Thanks for the tip!

-Michael


Jan Sorgalla wrote:
Hi,

On May 19, 1:47 am, mpmchugh <mpmch...@gmail.com> 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