On a web page, I have an image continuously be refreshed by updating the src-attribute of the corresponding img-tag. This seems to work very well with a broad range of browsers. However, in Opera 10.51/WinXP/32, every time the image is updated, for a fraction of a second, the wait cursor is shown. It may confuse users.
So, how do I get rid of the wait/hour-glass cursor?
What I briefly tried, hoping to find a work around: I created a new img-node, not yet in the DOM, and set the src-attribute of that node. However, even in that case, Opera shows the wait cursor.