I've had a similar problem whenever anything changes requiring the  
element to be repainted (a new class for a parent element, for  
example).  The precise circumstances escape me, but the root cause is  
that IE is not caching the image, but requesting it each time it's  
needed (once for each list item, for example).

I haven't concerned myself with it, so I don't know whether it's due  
to client-side caching (which I know isn't working properly in my  
case), or whether it's an IE bug, or something else entirely.

Try setting your webserver/appserver to make sure the image is  
caching, then try it again.


TAG
[EMAIL PROTECTED]


On Dec 19, 2006, at 2:34 PM, irrelative wrote:

>
> Hi everyone,
>
> I'm having a problem dragging a div with a background image using the
> draggable library.  What happens is that, while I'm dragging it, it
> reloads the background image with each pixel movement (like an  
> 'onDrag'
> function).  Has anyone else experienced this, or does anyone know how
> to fix it?  Thanks in advance.
>
> Cheers,
> Justin
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Ruby on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to