Err make that:

if ( $.browser.safari )
      $('<span/>').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. Like
resize it or something. It has to be redrawn so I can use the arrows.
Anybody else have this prob?

-TJ


Reply via email to