Possible Duplicate:
Jquery IE6 hover problems, keeps loading background image.
Hello
I am trying to solve this problem:
I have this div with a background image. The background image position change on mouse move or some other evets. The problem is that on position change only IE6 seem to reload image causing a empty image for some seconds.
<div style="position: absolute; top: 0px; left: 0px; background: url("img/one.jpg") repeat scroll -1380px -252px transparent;"></div>
How can I avoid this bug in IE6? Is there a trick?
CSS
Source.
You may want to place this in a conditional comment to target IE6 exclusively.