[jQuery] Re: Swapping img src in IE shows blank

2007-08-08 Thread Frank
One suggestion, if it is not already done, is to preload the images. On Aug 7, 11:35 am, gecko68 <[EMAIL PROTECTED]> wrote: > I am trying to swap an image src using jquery, and in FF it works > great, in IE6, its sometimes shows the image, and other times shows > nothing. > > $('#arrow').attr("sr

[jQuery] Re: Swapping img src in IE shows blank

2007-08-07 Thread Richard D. Worth
I don't have a good answer for you, but I ran into this exact problem a couple months ago. I did a lot of reading online[0] and found it may have something to do with what IE6 is and isn't caching, and therefore not (re-)requesting from the web server. I tried: 1. pragma: no-cache [1] 2. Backgroun