[jQuery] Re: jcarousel safari

2007-05-19 Thread [EMAIL PROTECTED]
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

[jQuery] Re: jcarousel safari

2007-05-18 Thread Tom Shafer
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 con

[jQuery] Re: jcarousel safari

2007-05-17 Thread Karl Rudd
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 PROTECTE

[jQuery] Re: jcarousel safari

2007-05-17 Thread Tom Shafer
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 do

[jQuery] Re: jcarousel safari

2007-05-15 Thread Klaus Hartl
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:

[jQuery] Re: jcarousel safari

2007-05-15 Thread Karl Rudd
Err make that: if ( $.browser.safari ) $('').appendTo( $('body') ).remove(); // force redraw Or replace $('body') with some other element you have on hand. Karl Rudd On 5/16/07, Tom Shafer <[EMAIL PROTECTED]> wrote: In safari I have to redraw the page in order for it to work. Lik

[jQuery] Re: jcarousel safari

2007-05-15 Thread Karl Rudd
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.saf