I'm using Opera and know what you're describing (or trying to achieve). I set my progress bar placement to "Pop-up at bottom". Your example leads to a popup at the bottom of my browser every second when I've got that tab active and while I'm typing this (while your example is active in a background tab) my cursor switches every second to a progress indicator icon.
The Opera default behaviour is to display the any progress information within the address bar. Even if I disable the progress bar completely (set to "Off") I notice the reloading via a changing reload/stop button in the navigation bar and by a short flickering within the address bar (the bookmark star disappears). There are probably other visible things in different designs/layouts/configurations.
To be honest, you are trying to prevent users from something they may want to see deliberately. I'm often a bit annoyed by such appearing toolbars and wait cursors, but am OTOH usually happy to notice that my browser does stuff in the background. I'm even often confused when using other browsers like Chrome where I don't notice when my browser does heavy AJAX lifting in the background while I'm just reading an article etc. which sometimes leads to confusing situations or weird client side state.
I think you should not try to change the browser behaviour as this is completely out of your scope. There are people out there with heavily customized browsers, chromeless window managers etc.. You're also not trying to enable or change other features in a user's browser when it is not configured to your liking (think 3rd party cookies, javascript, plugins etc.). The user uses and configures his user agent the way he likes it (which means he can disable CSS, use heavy user stylesheets and javascripts, disable iframes, disable moving of windows etc. pp.).
As a side note I remember having read something about a change on this default behaviour in upcoming versions of Opera (regarding XHR), but am not sure about this anymore, as I'm typing this in a development snapshot and still have that default progress bar behaviour. I guess, that's life. :-)
cursor: default;
– Anglesrc
of anImage
object it's supposed to load the new image immediately. If you don't want it to load immediately, don't set it. Or as @MattBall said, if you're concerned only with the cursor... – Palestine