[jQuery] Re: jCarousel - How do I hide the list before display

2008-02-05 Thread Jannik
Couldn't you just use a visibility:hidden; style in your css? Or maybe put it into your jquery so the list is only hidden if you have javascript enabled. On Feb 5, 2:12 am, rich <[EMAIL PROTECTED]> wrote: > Ah, ok. I thought you were looking to hide that quick flash of the > image list before the

[jQuery] Re: jCarousel - How do I hide the list before display

2008-02-04 Thread rich
Ah, ok. I thought you were looking to hide that quick flash of the image list before they 'stack' up. On Feb 4, 3:01 pm, caroig <[EMAIL PROTECTED]> wrote: > Ok thank Rich - I'll give that a try - I'd hoped I could hide it all > until it's built. > > On Feb 4, 4:23 pm, rich <[EMAIL PROTECTED]> wr

[jQuery] Re: jCarousel - How do I hide the list before display

2008-02-04 Thread caroig
Ok thank Rich - I'll give that a try - I'd hoped I could hide it all until it's built. On Feb 4, 4:23 pm, rich <[EMAIL PROTECTED]> wrote: > I had this problem once before. I ended setting a fixed height on the > parent div and setting overflow:hidden. > > -rich > > On Feb 4, 8:03 am, caroig <[EMA

[jQuery] Re: jCarousel - How do I hide the list before display

2008-02-04 Thread rich
I had this problem once before. I ended setting a fixed height on the parent div and setting overflow:hidden. -rich On Feb 4, 8:03 am, caroig <[EMAIL PROTECTED]> wrote: > Hi, > Is there a way of hiding the list before the carousel is fully > generated. I often get to see the list of images befo