Hey, yes i did try to fix the issue , its due to the reflection effect code,
if the reflection code is comments out, it work little good in safari. yet still may not be perfect. On May 18, 8:38 pm, Tom Shafer <[EMAIL PROTECTED]> wrote: > 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