wow thanks! the mouse cursor flickering is gone.
but why is the cache checking activatetd AFTER the first click on the
page? where can i find some more information of
document.execCommand(...) do you have a link? i found some
but, the bumpy slow motion tracking still ruins my nerves...



On Jun 5, 3:36 pm, "Karl Rudd" <[EMAIL PROTECTED]> wrote:
> Part of the problem (the flickering cursor) is due to IE doing it's
> cache checks on changes in background images. To fix that put this at
> the top of one of your jQuery scripts:
>
> if ( $.browser.msie )
>  document.execCommand("BackgroundImageCache", false, true)
>
> Karl Rudd
>
> On 6/5/07, devsteff <[EMAIL PROTECTED]> wrote:

Reply via email to