Click to See Complete Forum and Search --> : Remove progress cursor in Mozilla


Nickolay
07-08-2004, 05:36 PM
Does anybody know how can I disable progress cursor in Mozilla while the page is loading. It is not a joke :). I really nead it. The way of setting cursor using (for example) this.style.cursor = '' does not help. The reason of this question is that I have all the time loading iframe and I don't want progress cursor to be everywhere. I want it be default. It can be done "pointer" for example but it doesn't want to become "default".
YES! I need it to be done in Mozilla!!!
Other browsers like Opera and IE are ok.
Thank you in advance for thinking!

gil davis
07-09-2004, 06:10 AM
I don't think you can do much of anything while the page is loading. The browser probably does not have control over the cursor at that point. Styles will not be enforced until the object is rendered. You might try my "please wait" trick at http://javascript.internet.com/page-details/preload-page.html .