Anybody find a way to fix this?
On May 17, 10:13 pm, "Karl Rudd" <[EMAIL PROTECTED]> wrote:
> Hmmm I just checked out the demos. At first the first demo with custom
> buttons:
>
> http://sorgalla.com/projects/jcarousel/example_static_horizontal.html
>
> Didn't work, but after a refresh it continued to work fine.
>
> I'm not sure what's going on.
>
> Karl Rudd
>
> On 5/18/07, Tom Shafer <[EMAIL PROTECTED]> wrote:
>
>
>
> > That doesnt seem to work. Is there any other way.
>
> > -TJ
>
> > On May 15, 11:14 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> > > Karl Rudd wrote:
>
> > > > I haven't looked at the page but I'll wager it's one of Safari's "lazy
> > > > update" type problems. Sometimes you change the styling of an object
> > > > and it doesn't update till it gets an actual change in the DOM.
>
> > > > You can try putting the following somewhere after the carousel is built:
>
> > > > if ( $.browser.safari )
> > > > $('<span/>').appendTo( section ).remove(); // force redraw
>
> > > > Karl Rudd
>
> > > Ah, Karl, thats interesting! I have the same problem and had no clue
> > > what to do to fix it. Will try it out when I'm getting to the office!
> > > That would be just in time... :-)
>
> > > -- Klaus